mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Add call to finish activity on exit
This commit is contained in:
@@ -54,6 +54,7 @@ public class Main extends AndroidApplication {
|
||||
}
|
||||
|
||||
//ensure process doesn't stick around after exiting
|
||||
finish();
|
||||
android.os.Process.killProcess(android.os.Process.myPid());
|
||||
}
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user