mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Fix status bar style when using a custom theme.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user