We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0c246 commit 7d6712fCopy full SHA for 7d6712f
core/src/processing/core/PApplet.java
@@ -654,8 +654,6 @@ private void setFullScreenVisibility() {
654
// However, this visibility does not fix a bug where the navigation area
655
// turns black after resuming the app:
656
// https://code.google.com/p/android/issues/detail?id=170752
657
-
658
- visibility = View.SYSTEM_UI_FLAG_HIDE_NAVIGATION | 4096;
659
}
660
surfaceView.setSystemUiVisibility(visibility);
661
0 commit comments