Skip to content

Commit

Permalink
forgot a pop?
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwu committed Nov 19, 2019
1 parent 63a1c49 commit f493a8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion React/Modules/RCTStatusBarManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ - (void)applicationWillChangeStatusBarFrame:(NSNotification *)notification
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
[RCTSharedApplication() setStatusBarStyle:statusBarStyle animated:animated];
}
#pragma clang diagnostic pop
}

RCT_EXPORT_METHOD(setHidden : (BOOL)hidden withAnimation : (UIStatusBarAnimation)animation)
Expand All @@ -166,4 +167,4 @@ - (void)applicationWillChangeStatusBarFrame:(NSNotification *)notification

#endif // TARGET_OS_TV

@end
@end

0 comments on commit f493a8b

Please sign in to comment.