mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-24 22:59:34 +07:00
Maybe solved an ANR caused by resume(), it's hard to tell
This commit is contained in:
@ -21,8 +21,8 @@ android {
|
|||||||
applicationId "com.unciv.app"
|
applicationId "com.unciv.app"
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 188
|
versionCode 189
|
||||||
versionName "2.11.6"
|
versionName "2.11.7"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Had to add this crap for Travis to build, it wanted to sign the app
|
// Had to add this crap for Travis to build, it wanted to sign the app
|
||||||
|
@ -64,6 +64,7 @@ class UnCivGame : Game() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun resume() {
|
override fun resume() {
|
||||||
|
super.resume()
|
||||||
ImageGetter.refreshAltas()
|
ImageGetter.refreshAltas()
|
||||||
|
|
||||||
// This is to solve a rare problem that I still on't understand its cause -
|
// This is to solve a rare problem that I still on't understand its cause -
|
||||||
|
Reference in New Issue
Block a user