fix wrong glyph when switch between different mod. (#7970)

This commit is contained in:
nacro711072 2022-10-30 03:10:00 +08:00 committed by GitHub
parent ac557f36dd
commit 211b9ea914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,6 +189,7 @@ class NewGameScreen(
rightSideButton.disable()
rightSideButton.setText("Working...".tr())
setSkin()
// Creating a new game can take a while and we don't want ANRs
Concurrency.runOnNonDaemonThreadPool("NewGame") {
startNewGame()