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
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)