diff options
| -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 { |
