You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: when I perform this sequence of events the HorizontalPicker resets:
With "Remember type and difficulty" app setting enabled
Change difficulty and board size
Switch between light and dark mode twice
Possible solution:
use rememberSaveable in HomeScreen.kt to save the current difficulty and the current type whose default values must be taken from the relative ViewModel that returns the default value or the last played value based on the "Remember type and difficulty" app setting
Screenshots:
Version:
1.5.0 (7)
The text was updated successfully, but these errors were encountered:
Problem: when I perform this sequence of events the HorizontalPicker resets:
Possible solution:
use rememberSaveable in HomeScreen.kt to save the current difficulty and the current type whose default values must be taken from the relative ViewModel that returns the default value or the last played value based on the "Remember type and difficulty" app setting
Screenshots:
Version:
1.5.0 (7)
The text was updated successfully, but these errors were encountered: