metinkale38 / prayer-times-android

A useful Application with a set of tools needed by every muslim.
https://play.google.com/store/apps/details?id=com.metinkale.prayer
Apache License 2.0
239 stars 105 forks source link

Dialog disappearance may reduce user experience #198

Open Chou95 opened 1 year ago

Chou95 commented 1 year ago

Hi, dear developers!

General information

my device: android 10

There exist some dialog disappearance after screen rotation. I think that screen rotation shouldn't do damange to the UI state. The re-created UI should be the same as before rotation, Right?

I think it is not hard to save the UI state of these dialogs by saving the return value of dialog.isShowing(). In this way, you can decide whether to re-open these dialogs when the phone rotation and UI recreation occur. This may improve the user experience, do you think so?

Snapshot details

No.1

before rotation

NO1-BEFORE

after rotation

NO1-AFTER

No.2

before rotation

NO3-BEFORE

after rotation

NO3-AFTER