瀏覽代碼

Update apple/RNCWebView.m

Co-authored-by: Jamon Holmgren <jamon@infinite.red>
Kesha Antonov 4 年之前
父節點
當前提交
a935ce5ae5
No account linked to committer's email address
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      apple/RNCWebView.m

+ 1
- 1
apple/RNCWebView.m 查看文件

@@ -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
 }