You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CoolUtil.showPopUp('Notice', 'The game starts automatically when requesting permissions without them having been granted yet\n\nPlease start the game again once the permissions have been granted');
111
+
112
+
Sys.exit(0);
113
+
114
+
return;
115
+
}
116
+
89
117
preOnceConfig();
90
118
91
119
addChild(newALEGame(MainState));
@@ -100,17 +128,6 @@ class Main extends Sprite
100
128
#end
101
129
102
130
#if android
103
-
if (AndroidVersion.SDK_INT>=AndroidVersionCode.M)
104
-
{
105
-
if (AndroidVersion.SDK_INT<AndroidVersionCode.TIRAMISU)
0 commit comments