diff options
| author | Andrew Bulhak <andrew.bulhak@mullvad.net> | 2025-01-29 14:15:23 +0100 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-01-31 09:38:43 +0100 |
| commit | 60f11bba60e82aa658c734dc070092e7d338a788 (patch) | |
| tree | 9e0075e28f56d41c94dd609ab5ac12d71f8e589e | |
| parent | 6ced6407cb226fa7998e72f66a0de00db6caf0bd (diff) | |
| download | mullvadvpn-60f11bba60e82aa658c734dc070092e7d338a788.tar.xz mullvadvpn-60f11bba60e82aa658c734dc070092e7d338a788.zip | |
Configure device management screen to hide notification bar
| -rw-r--r-- | ios/MullvadVPN/View controllers/DeviceList/DeviceManagementViewController.swift | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ios/MullvadVPN/View controllers/DeviceList/DeviceManagementViewController.swift b/ios/MullvadVPN/View controllers/DeviceList/DeviceManagementViewController.swift index 546d6bd044..68921af096 100644 --- a/ios/MullvadVPN/View controllers/DeviceList/DeviceManagementViewController.swift +++ b/ios/MullvadVPN/View controllers/DeviceList/DeviceManagementViewController.swift @@ -28,6 +28,10 @@ class DeviceManagementViewController: UIViewController, RootContainment { false } + var prefersNotificationBarHidden: Bool { + true + } + override var preferredStatusBarStyle: UIStatusBarStyle { .lightContent } |
