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