close app completely when clicked 'Exit' button (#7655)

* kill app when clicked 'Exit' button

* add super.onDestroy()

* tries to fix temporarily

* Update AndroidLauncher.kt

* add System.exit(0)

* a little fix
This commit is contained in:
CrispyXYZ 2022-08-23 02:09:47 +08:00 committed by GitHub
parent 121bda2833
commit e58e184889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -399,6 +399,8 @@ class UncivGame(parameters: UncivGameParameters) : Game() {
// On desktop this should only be this one and "DestroyJavaVM"
logRunningThreads()
System.exit(0)
}
private fun logRunningThreads() {