Fix automatic call UI hiding

This commit is contained in:
Ilya Laktyushin
2020-08-10 17:17:36 +03:00
parent 032cff7de1
commit a0a3902647

View File

@@ -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