update status bar after screenprotection shows

This commit is contained in:
Michael Kirk 2018-07-13 18:15:52 -06:00
parent ba1dc6c24c
commit 90e3cb0ed4

View file

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