diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2021-10-14 14:46:01 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2021-10-14 14:46:01 +0200 |
| commit | f1dc793226358251ff64a3e49fab050dab00dfa2 (patch) | |
| tree | 06054bb669f94db140dc24fab80125f92fa5ea2a | |
| parent | 3daae9b6ae2b295814abf21ce9904bb54d0122eb (diff) | |
| parent | 30fb7936b635a62a1204ed9e8dbcb5662d83f26e (diff) | |
| download | mullvadvpn-f1dc793226358251ff64a3e49fab050dab00dfa2.tar.xz mullvadvpn-f1dc793226358251ff64a3e49fab050dab00dfa2.zip | |
Merge branch 'update-statusbar-appearance'
| -rw-r--r-- | ios/MullvadVPN/RootContainerViewController.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/MullvadVPN/RootContainerViewController.swift b/ios/MullvadVPN/RootContainerViewController.swift index 0364b411c8..8dd9e7b9e5 100644 --- a/ios/MullvadVPN/RootContainerViewController.swift +++ b/ios/MullvadVPN/RootContainerViewController.swift @@ -404,6 +404,7 @@ class RootContainerViewController: UIViewController { if let targetViewController = targetViewController, sourceViewController != targetViewController { beginChildControllerTransition(targetViewController, isAppearing: true, animated: shouldAnimate) } + setNeedsStatusBarAppearanceUpdate() } if shouldAnimate { |
