Ver código fonte

Update apple/RNCWebView.m

Co-authored-by: Jamon Holmgren <jamon@infinite.red>
Kesha Antonov 5 anos atrás
pai
commit
a935ce5ae5
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      apple/RNCWebView.m

+ 1
- 1
apple/RNCWebView.m Ver arquivo

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