LemmyNet/jerboa

Popup disappears on uiMode change

Closed this issue · 0 comments

Problem: when I perform this sequence of events the Popup disappears:

  1. Touch a post's 3-dot icon
  2. Switch between light and dark mode twice

or:

  1. Open a community page
  2. Touch a post's 3-dot icon
  3. Switch between light and dark mode twice

Possible solution:

  • app/src/main/java/com/jerboa/ui/components/post/PostListing.kt
  • variable "showMoreOptions": use rememberSaveable instead of remember

Screenshots:

Version:

0.0.66 - not fixed in 0.0.75