mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 06:41:58 +00:00
Start the game on clean install fix
This commit is contained in:
parent
a56b9ad288
commit
9d09e3f9d8
1 changed files with 4 additions and 2 deletions
|
@ -77,8 +77,10 @@ public class MainActivity extends SDLActivity // implements KeyEvent.Callback
|
|||
@Override
|
||||
public void onRequestPermissionsResult(int requestCode, String[] permissions, int[] results) {
|
||||
if (requestCode == WRITE_EXTERNAL_STORAGE_PERMISSION_ID) {
|
||||
finish();
|
||||
System.exit(0);
|
||||
try {
|
||||
create();
|
||||
} catch (Exception e) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue