Created
November 15, 2022 08:15
-
-
Save samuelowino/42e347c89cdcb0623e37637a066160c8 to your computer and use it in GitHub Desktop.
White Status Bar
This file contains hidden or 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
| if (!ThemeUtils.getDarkModeThemeEnabled(getApplicationContext())) { | |
| getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment