diff --git a/submodules/TelegramCallsUI/Sources/CallControllerNode.swift b/submodules/TelegramCallsUI/Sources/CallControllerNode.swift index 4dd655a994..5fbdcec3d6 100644 --- a/submodules/TelegramCallsUI/Sources/CallControllerNode.swift +++ b/submodules/TelegramCallsUI/Sources/CallControllerNode.swift @@ -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