This commit is contained in:
Joshua Granick
2017-10-13 11:39:44 -07:00
parent c3b8f49ee0
commit 6b1bb4439b

View File

@@ -310,9 +310,9 @@ public class GameActivity extends SDLActivity {
::end:: ::end::
@Override public void onWindowFocusChanged(boolean hasFocus) { @Override public void onWindowFocusChanged (boolean hasFocus) {
super.onWindowFocusChanged(hasFocus); super.onWindowFocusChanged (hasFocus);
updateSystemUI (); updateSystemUI ();