Fix load of user preferences
This commit is contained in:
parent
5b7f345d69
commit
4f9c8380cc
1 changed files with 1 additions and 1 deletions
|
@ -124,8 +124,8 @@ class GameViewModel @ViewModelInject constructor(
|
|||
plantMinesExcept(save.firstOpen.value, true)
|
||||
singleClick(save.firstOpen.value)
|
||||
}
|
||||
refreshUserPreferences()
|
||||
}
|
||||
refreshUserPreferences()
|
||||
|
||||
mineCount.postValue(setup.mines)
|
||||
difficulty.postValue(save.difficulty)
|
||||
|
|
Loading…
Reference in a new issue