Fix status bar style when using a custom theme.

This commit is contained in:
Doug
2022-08-01 17:38:19 +01:00
committed by Doug
parent 30018823dd
commit 8ac53765a5
2 changed files with 5 additions and 0 deletions
@@ -22,6 +22,10 @@ class HomeViewControllerWithBannerWrapperViewController: UIViewController, MXKVi
private var bannerContainerView: UIView!
private var stackView: UIStackView!
override var preferredStatusBarStyle: UIStatusBarStyle {
homeViewController.preferredStatusBarStyle
}
init(viewController: HomeViewController) {
self.homeViewController = viewController