Problem: when I perform this sequence of events the app resets:
Enter the password
Touch confirm button
Rotate the device twice
or (if it's the first time):
Create new password
Touch confirm button
Re-enter your password
Touch confirm button
Rotate the device twice
Possible solution:
This problem could be due to the "org.reduxkotlin:redux-kotlin-compose-jvm" library because it uses remember instead of rememberSaveable to store the app state (e.g. KeyPassBottomBar.kt:27), remember() does not store data using the saved instance state mechanism, so please consider not using that library and use the official navigation library and rememberSaveable for app state.
Problem: when I perform this sequence of events the app resets:
or (if it's the first time):
Possible solution:
This problem could be due to the "org.reduxkotlin:redux-kotlin-compose-jvm" library because it uses remember instead of rememberSaveable to store the app state (e.g. KeyPassBottomBar.kt:27), remember() does not store data using the saved instance state mechanism, so please consider not using that library and use the official navigation library and rememberSaveable for app state.
Screenshots:
Version:
1.4.29 (1429) - not fixed in 1.4.30