httpdispatch / MissedNotificationsReminder

Periodical sound reminder for missed notifications in Android OS.
74 stars 22 forks source link

Data loss while using the app (dialog disappears on-screen rotation) #71

Open davirec opened 2 years ago

davirec commented 2 years ago

When I perform these sequences of events, the dialog disappears on-screen rotation:

  1. Go to the Main activity

  2. Tap in Menu and then Show Logs

  3. A fragment similar to this will appear: Before rotation:

  4. Force the pause from the activity and then return to the activity (double rotation). Note that the fragment disappears.

Note: the pause from activity can be performed in several ways. We suggest using a double rotation (starts in portrait, goes to landscape, and back to portrait) with this function previously enabled in the smartphone.

The expected behavior is the return to the previous state with the fragments of the previous image.

However, the fragment disappears.

After rotation:

Device:

httpdispatch commented 2 years ago

Thanks. Such as this is more debug feature and dialog is implemented using AlertDialog not sure when it may be fixed