This article explains why it matters: [Save UI State - Android Developers](https://developer.android.com/topic/libraries/architecture/saving-states) # Problem: when I perform this sequence of events the CommunityListings disappears: 1. Touch the second bottom bar tab 2. Type "linux" on the search bar 3. 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: <img src="https://github.com/user-attachments/assets/7fcd8504-b63b-48a9-8a30-62777caf8e3e" width="30%"> <img src="https://github.com/user-attachments/assets/82f7f689-e52a-4c28-89d7-df43c76c57c4" width="30%"> # Version: 0.0.66 - not fixed in 0.0.75