Skip to content

Commit 7d6712f

Browse files
committed
use visibility with all flags
1 parent dd0c246 commit 7d6712f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/processing/core/PApplet.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,8 +654,6 @@ private void setFullScreenVisibility() {
654654
// However, this visibility does not fix a bug where the navigation area
655655
// turns black after resuming the app:
656656
// https://code.google.com/p/android/issues/detail?id=170752
657-
658-
visibility = View.SYSTEM_UI_FLAG_HIDE_NAVIGATION | 4096;
659657
}
660658
surfaceView.setSystemUiVisibility(visibility);
661659
}

0 commit comments

Comments
 (0)