KeyPass
KeyPass copied to clipboard
TextField resets on orientation change
Problem: when I perform this sequence of events the TextField resets:
- Enter the password
- Rotate the device twice
or (if it's the first time):
- Create new password
- Rotate the device twice
Possible solution:
/app/src/main/java/com/yogeshpaliyal/keypass/ui/auth/AuthScreen.kt:41 use rememberSaveable instead of remember
Screenshots:
Version:
1.4.29 (1429) - not fixed in 1.4.30
Thank you for raising this issue, would you like to work on this issue?
Hey @yogeshpaliyal i want to work on this issue
Sure @aritra-tech , Assigning this to you.
Created a PR for this issue @yogeshpaliyal https://github.com/yogeshpaliyal/KeyPass/pull/1074
Thank you @aritra-tech for your valuable contribution. ♥️