4
0
mirror of https://github.com/QuasarApp/Hanoi-Towers.git synced 2025-05-05 22:19:34 +00:00

disable hideSystemElements

This commit is contained in:
Andrei Yankovich 2021-05-07 12:20:46 +03:00
parent 7d9c12315e
commit dfaeb2c4c8

@ -15,9 +15,9 @@ public class MainActivity extends QtActivity
@Override @Override
public void onWindowFocusChanged(boolean hasFocus) { public void onWindowFocusChanged(boolean hasFocus) {
super.onWindowFocusChanged(hasFocus); super.onWindowFocusChanged(hasFocus);
if (hasFocus) { // if (hasFocus) {
hideSystemUI(); // hideSystemUI();
} // }
} }
private void hideSystemUI() { private void hideSystemUI() {