Override preferredStatusBarStyle for missing pages and ensure setNeedsStatusBarAppearanceUpdate will be called

Signed-off-by: ismailgulek <gulekismail@gmail.com>
This commit is contained in:
ismailgulek
2020-04-08 13:58:12 +03:00
parent 2e3f2b11e1
commit 299baca40c
34 changed files with 79 additions and 1 deletions
@@ -57,6 +57,8 @@
self.activityIndicator.backgroundColor = ThemeService.shared.theme.overlayBackgroundColor;
webView.backgroundColor = ThemeService.shared.theme.backgroundColor;
[self setNeedsStatusBarAppearanceUpdate];
}
- (UIStatusBarStyle)preferredStatusBarStyle