소스 검색

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
 }