summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/Containers/Root/RootContainerViewController.swift
diff options
context:
space:
mode:
authorAndrew Bulhak <andrew.bulhak@mullvad.net>2025-02-19 16:32:33 +0100
committerBug Magnet <marco.nikic@mullvad.net>2025-02-20 14:59:51 +0100
commit3cd0e418137e29862f3e836d47cc13b7fcc962e0 (patch)
tree6f8163c469488674ba317984c611b2dfc10b576b /ios/MullvadVPN/Containers/Root/RootContainerViewController.swift
parent996d76a7d76aaa08356e05e5965ed590d5bc7182 (diff)
downloadmullvadvpn-3cd0e418137e29862f3e836d47cc13b7fcc962e0.tar.xz
mullvadvpn-3cd0e418137e29862f3e836d47cc13b7fcc962e0.zip
Make prefersNotificationBarHidden default to true
Diffstat (limited to 'ios/MullvadVPN/Containers/Root/RootContainerViewController.swift')
-rw-r--r--ios/MullvadVPN/Containers/Root/RootContainerViewController.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/Containers/Root/RootContainerViewController.swift b/ios/MullvadVPN/Containers/Root/RootContainerViewController.swift
index 54dc9b4e75..61975b01b8 100644
--- a/ios/MullvadVPN/Containers/Root/RootContainerViewController.swift
+++ b/ios/MullvadVPN/Containers/Root/RootContainerViewController.swift
@@ -53,7 +53,7 @@ protocol RootContainment: Sendable {
extension RootContainment {
var prefersNotificationBarHidden: Bool {
- false
+ true
}
var prefersDeviceInfoBarHidden: Bool {