mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix automatic call UI hiding
This commit is contained in:
@@ -1045,7 +1045,7 @@ final class CallControllerNode: ViewControllerTracingNode, CallControllerNodePro
|
||||
if let callState = strongSelf.callState, !strongSelf.isUIHidden {
|
||||
switch callState.state {
|
||||
case .active, .connecting, .reconnecting:
|
||||
strongSelf.isUIHidden = false
|
||||
strongSelf.isUIHidden = true
|
||||
updated = true
|
||||
default:
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user