|
|
@ -164,12 +164,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
|
// Status bar is overlaying the green "call banner"
|
|
|
|
// Status bar is overlaying the green "call banner"
|
|
|
|
return UIStatusBarStyleLightContent;
|
|
|
|
return UIStatusBarStyleLightContent;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
UIViewController *presentedViewController = self.presentedViewController;
|
|
|
|
return LKAppModeUtilities.isLightMode ? UIStatusBarStyleDefault : UIStatusBarStyleLightContent;
|
|
|
|
if (presentedViewController) {
|
|
|
|
|
|
|
|
return presentedViewController.preferredStatusBarStyle;
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
return (Theme.isDarkThemeEnabled ? UIStatusBarStyleLightContent : super.preferredStatusBarStyle);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|