In the case of VLCMovieViewController, we need to propagate it in order to always set the preferred status bar style to .lightContent
@@ -49,4 +49,8 @@ extension UINavigationController {
override open var preferredStatusBarStyle: UIStatusBarStyle {
return PresentationTheme.current.colors.statusBarStyle
}
+
+ override open var childForStatusBarStyle: UIViewController? {
+ return self.topViewController
+ }