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:
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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user