Skip to content

Commit 60f11bb

Browse files
acb-mvbuggmagnet
authored andcommitted
Configure device management screen to hide notification bar
1 parent 6ced640 commit 60f11bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ios/MullvadVPN/View controllers/DeviceList/DeviceManagementViewController.swift

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ class DeviceManagementViewController: UIViewController, RootContainment {
2828
false
2929
}
3030

31+
var prefersNotificationBarHidden: Bool {
32+
true
33+
}
34+
3135
override var preferredStatusBarStyle: UIStatusBarStyle {
3236
.lightContent
3337
}

0 commit comments

Comments
 (0)