Browse Source

Update apple/RNCWebView.m

Co-authored-by: Jamon Holmgren <jamon@infinite.red>
Kesha Antonov 4 years ago
parent
commit
a935ce5ae5
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apple/RNCWebView.m

+ 1
- 1
apple/RNCWebView.m View File

@@ -331,7 +331,7 @@ static NSDictionary* customCertificatesForHost;
331 331
 
332 332
     _isFullScreenVideoOpen = YES;
333 333
     RCTUnsafeExecuteOnMainQueueSync(^{
334
-      [RCTSharedApplication() setStatusBarStyle:UIStatusBarStyleLightContent animated:YES];
334
+      [RCTSharedApplication() setStatusBarStyle:self->_savedStatusBarStyle animated:YES];
335 335
     });
336 336
 #pragma clang diagnostic pop
337 337
 }