diff options
| author | Andrew Bulhak <andrew.bulhak@mullvad.net> | 2025-02-19 16:32:33 +0100 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-02-20 14:59:51 +0100 |
| commit | 3cd0e418137e29862f3e836d47cc13b7fcc962e0 (patch) | |
| tree | 6f8163c469488674ba317984c611b2dfc10b576b /ios/MullvadVPN/Containers/Root/RootContainerViewController.swift | |
| parent | 996d76a7d76aaa08356e05e5965ed590d5bc7182 (diff) | |
| download | mullvadvpn-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.swift | 2 |
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 { |
