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 AlertDialog disappears:
Touch the add icon at the top right
background/foreground app with "Don't Keep Activities" option enabled
Possible solution:
app/src/main/java/me/ash/reader/ui/page/home/feeds/subscribe/SubscribeViewModel.kt:38 move state holder from ViewModel to the Composable using rememberSaveable
Screenshots:
The text was updated successfully, but these errors were encountered:
1. Environment
2. Describe the bug
This article explains why it matters: Save UI State - Android Developers
Problem: when I perform this sequence of events the AlertDialog disappears:
Possible solution:
app/src/main/java/me/ash/reader/ui/page/home/feeds/subscribe/SubscribeViewModel.kt:38 move state holder from ViewModel to the Composable using rememberSaveable
Screenshots:
The text was updated successfully, but these errors were encountered: