Browse Source

VLCCloudStorageTableViewController: Set preferredStatusBarStyle

(closes #596)
Soomin Lee 6 years ago
parent
commit
009bcbcd0c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Sources/VLCCloudStorageTableViewController.m

+ 5 - 0
Sources/VLCCloudStorageTableViewController.m

@@ -109,6 +109,11 @@
     [super viewWillAppear:animated];
 }
 
+- (UIStatusBarStyle)preferredStatusBarStyle
+{
+    return PresentationTheme.current.colors.statusBarStyle;
+}
+
 - (void)viewWillDisappear:(BOOL)animated
 {
     tempNav.toolbarHidden = YES;