Fix shortcut on tutorial
This commit is contained in:
parent
56b3b387bf
commit
5b48b30778
1 changed files with 2 additions and 2 deletions
|
@ -519,7 +519,7 @@ class GameActivity : ThematicActivity(R.layout.activity_game), DialogInterface.O
|
|||
}
|
||||
|
||||
private fun loadGameTutorial() {
|
||||
disableShortcutIcon(true)
|
||||
disableShortcutIcon(false)
|
||||
|
||||
supportFragmentManager.apply {
|
||||
findFragmentById(R.id.levelContainer)?.let { it ->
|
||||
|
@ -700,7 +700,7 @@ class GameActivity : ThematicActivity(R.layout.activity_game), DialogInterface.O
|
|||
Event.StartTutorial -> {
|
||||
status = Status.PreGame
|
||||
gameViewModel.stopClock()
|
||||
disableShortcutIcon(true)
|
||||
disableShortcutIcon(false)
|
||||
loadGameTutorial()
|
||||
}
|
||||
Event.FinishTutorial -> {
|
||||
|
|
Loading…
Reference in a new issue