You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, dear developers!
I am using the app Book-Catalogue! I like the app but I find that some dialogs may disappear when I rotate the phone.
However, I think it is easy 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?
6 dialogs to be found with the error, 1 example is as follows:
before rotation:
after rotation:
The text was updated successfully, but these errors were encountered:
Hi, dear developers!
I am using the app Book-Catalogue! I like the app but I find that some dialogs may disappear when I rotate the phone.
However, I think it is easy 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?6 dialogs to be found with the error, 1 example is as follows:
before rotation:
after rotation:
The text was updated successfully, but these errors were encountered: