Hide status bar in image editor modals.

pull/2/head
Matthew Chen 5 years ago
parent 25e7818f56
commit 660f35147f

@ -458,6 +458,7 @@ extension AttachmentPrepViewController: ImageEditorViewDelegate {
navigationController.modalPresentationStyle = (isTransparent
? .overFullScreen
: .fullScreen)
navigationController.ows_prefersStatusBarHidden = true
if let navigationBar = navigationController.navigationBar as? OWSNavigationBar {
navigationBar.overrideTheme(type: .clear)

Loading…
Cancel
Save