summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/View controllers/ChangeLog
diff options
context:
space:
mode:
authorMojgan <Mojgan.jelodar@codic.se>2023-06-27 14:28:09 +0200
committerEmīls <emils@mullvad.net>2023-07-10 12:15:51 +0200
commit9ace45e7ccf4aa5879609ccdfada5ff67f5ca94e (patch)
tree5cce96e854b202c7e67e0582a6fea0e54df5a600 /ios/MullvadVPN/View controllers/ChangeLog
parentade872e6a288411158e2112a6d3d5af2506501f2 (diff)
downloadmullvadvpn-9ace45e7ccf4aa5879609ccdfada5ff67f5ca94e.tar.xz
mullvadvpn-9ace45e7ccf4aa5879609ccdfada5ff67f5ca94e.zip
Hide notification bar at change log
Diffstat (limited to 'ios/MullvadVPN/View controllers/ChangeLog')
-rw-r--r--ios/MullvadVPN/View controllers/ChangeLog/ChangeLogViewController.swift4
1 files changed, 4 insertions, 0 deletions
diff --git a/ios/MullvadVPN/View controllers/ChangeLog/ChangeLogViewController.swift b/ios/MullvadVPN/View controllers/ChangeLog/ChangeLogViewController.swift
index 044e1cb851..6bea0b3f37 100644
--- a/ios/MullvadVPN/View controllers/ChangeLog/ChangeLogViewController.swift
+++ b/ios/MullvadVPN/View controllers/ChangeLog/ChangeLogViewController.swift
@@ -19,6 +19,10 @@ class ChangeLogViewController: UIViewController, RootContainment {
false
}
+ var prefersNotificationBarHidden: Bool {
+ true
+ }
+
// MARK: - Public
var onFinish: (() -> Void)?