Skip to content

Commit 0fdc5ec

Browse files
acb-mvbuggmagnet
authored andcommitted
Hide notification bar in out of time screen as well
1 parent 60f11bb commit 0fdc5ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ios/MullvadVPN/View controllers/OutOfTime/OutOfTimeViewController.swift

+4
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ class OutOfTimeViewController: UIViewController, RootContainment {
5858
false
5959
}
6060

61+
var prefersNotificationBarHidden: Bool {
62+
true
63+
}
64+
6165
init(interactor: OutOfTimeInteractor, errorPresenter: PaymentAlertPresenter) {
6266
self.interactor = interactor
6367
self.errorPresenter = errorPresenter

0 commit comments

Comments
 (0)