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