summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrew Bulhak <andrew.bulhak@mullvad.net>2025-01-29 14:15:23 +0100
committerBug Magnet <marco.nikic@mullvad.net>2025-01-31 09:38:43 +0100
commit60f11bba60e82aa658c734dc070092e7d338a788 (patch)
tree9e0075e28f56d41c94dd609ab5ac12d71f8e589e
parent6ced6407cb226fa7998e72f66a0de00db6caf0bd (diff)
downloadmullvadvpn-60f11bba60e82aa658c734dc070092e7d338a788.tar.xz
mullvadvpn-60f11bba60e82aa658c734dc070092e7d338a788.zip
Configure device management screen to hide notification bar
-rw-r--r--ios/MullvadVPN/View controllers/DeviceList/DeviceManagementViewController.swift4
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
}