We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
this
1 parent a439469 commit 138b0edCopy full SHA for 138b0ed
src/android/StatusBar.java
@@ -101,7 +101,7 @@ public void run() {
101
// use KitKat here to be aligned with "Fullscreen" preference
102
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
103
int uiOptions = window.getDecorView().getSystemUiVisibility();
104
- if (this.transparent) {
+ if (StatusBar.this.transparent) {
105
uiOptions |= View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN;
106
} else {
107
uiOptions &= ~View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN;
0 commit comments