-
Notifications
You must be signed in to change notification settings - Fork 24.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix hidden StatusBar reappearing after exiting app on Android
Summary:I changed the technique used to hide the status bar and now it works properly. Also changed the way flags are set on the decorView to make sure it doesn't cause issues with other flags already set and fix deprecated Promise.reject **Test plan** Test using the UIExplorer StatusBar example, change the `hidden` prop value and go in and out of the app making sure the status bar has the right visibility. Fixes #5991 Closes #6051 Differential Revision: D2960060 Pulled By: nicklockwood fb-gh-sync-id: ee1c541896f5771d27cfd3ff18537edb6c017284 shipit-source-id: ee1c541896f5771d27cfd3ff18537edb6c017284
- Loading branch information
1 parent
b9ed72a
commit cf3bd9f
Showing
1 changed file
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters