mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-05 15:37:45 +02:00
Override preferredStatusBarStyle for missing pages and ensure setNeedsStatusBarAppearanceUpdate will be called
Signed-off-by: ismailgulek <gulekismail@gmail.com>
This commit is contained in:
@@ -123,6 +123,8 @@
|
||||
|
||||
self.assetsCollectionView.backgroundColor = ThemeService.shared.theme.backgroundColor;
|
||||
self.activityIndicator.backgroundColor = ThemeService.shared.theme.overlayBackgroundColor;
|
||||
|
||||
[self setNeedsStatusBarAppearanceUpdate];
|
||||
}
|
||||
|
||||
- (UIStatusBarStyle)preferredStatusBarStyle
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
self.recentCapturesCollectionContainerView.backgroundColor = ThemeService.shared.theme.backgroundColor;
|
||||
self.recentCapturesCollectionView.backgroundColor = ThemeService.shared.theme.backgroundColor;
|
||||
self.userAlbumsTableView.separatorColor = ThemeService.shared.theme.lineBreakColor;
|
||||
|
||||
[self setNeedsStatusBarAppearanceUpdate];
|
||||
}
|
||||
|
||||
- (UIStatusBarStyle)preferredStatusBarStyle
|
||||
|
||||
Reference in New Issue
Block a user