mirror of
https://github.com/QuasarApp/Hanoi-Towers.git
synced 2025-04-27 02:04:32 +00:00
disable hideSystemElements
This commit is contained in:
parent
7d9c12315e
commit
dfaeb2c4c8
@ -15,9 +15,9 @@ public class MainActivity extends QtActivity
|
||||
@Override
|
||||
public void onWindowFocusChanged(boolean hasFocus) {
|
||||
super.onWindowFocusChanged(hasFocus);
|
||||
if (hasFocus) {
|
||||
hideSystemUI();
|
||||
}
|
||||
// if (hasFocus) {
|
||||
// hideSystemUI();
|
||||
// }
|
||||
}
|
||||
|
||||
private void hideSystemUI() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user