LemmyNet/jerboa

CommunityListings disappears on system-initiated process death

Closed this issue · 0 comments

This article explains why it matters: Save UI State - Android Developers

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:

Version:

0.0.66 - not fixed in 0.0.75