update status bar after screenprotection shows

pull/1/head
Michael Kirk 7 years ago
parent ba1dc6c24c
commit 90e3cb0ed4

@ -156,6 +156,7 @@ class CallViewController: OWSViewController, CallObserver, CallServiceObserver,
@objc func didBecomeActive() {
if (self.isViewLoaded) {
self.setNeedsStatusBarAppearanceUpdate()
shouldRemoteVideoControlsBeHidden = false
}
}

Loading…
Cancel
Save