mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-16 18:59:15 +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"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 28
|
||||
versionCode 188
|
||||
versionName "2.11.6"
|
||||
versionCode 189
|
||||
versionName "2.11.7"
|
||||
}
|
||||
|
||||
// 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() {
|
||||
super.resume()
|
||||
ImageGetter.refreshAltas()
|
||||
|
||||
// This is to solve a rare problem that I still on't understand its cause -
|
||||
|
Reference in New Issue
Block a user