CommunityListings disappears on system-initiated process death
Closed this issue · 0 comments
nicolarevelant commented
This article explains why it matters: Save UI State - Android Developers
Problem: when I perform this sequence of events the CommunityListings disappears:
- Touch the second bottom bar tab
- Type "linux" on the search bar
- background/foreground app with "Don't Keep Activities" option enabled
Possible solution:
- app/src/main/java/com/jerboa/ui/components/community/list/CommunityListActivity.kt
- re-execute the query (if "search" is not empty) right after the "search" declaration
Screenshots:
Version:
0.0.66 - not fixed in 0.0.75