Ashinch / ReadYou

An Android RSS reader presented in Material You style.
GNU General Public License v3.0
5.11k stars 202 forks source link

AlertDialog disappears on system-initiated process death 2 #844

Open nicolarevelant opened 1 month ago

nicolarevelant commented 1 month ago

1. Environment

Note: not fixed in 0.10.1

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:

  1. Touch the settings icon at the top left
  2. Touch Accounts
  3. Touch an account
  4. Touch Clear all articles
  5. background/foreground app with "Don't Keep Activities" option enabled

or:

  1. Touch the settings icon at the top left
  2. Touch Accounts
  3. Touch an account
  4. Touch Delete account
  5. background/foreground app with "Don't Keep Activities" option enabled

Possible solution:

Screenshots: