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 your app Webmon! I like the app but I find that some dialogs may disappear when I rotate the phone.
Do you think that these errors could be fixed? For example, by saving the return value of dialog.isShowing() in onPause(), the UI state of the dialog could be saved. So as the other contents in the dialog. For example, the previous input can also be saved through saving the text of the editable widget. In this way, you can restore the UI state the same as before I rotate the phone. In this way, user experience could be improved, right?
Extra details
Here are the snapshots to illustrate the error:
No1 before rotation:
No1 after rotation:
No2 before rotation:
No2 after rotation:
The text was updated successfully, but these errors were encountered:
Creating a bug report/issue
Hi, dear developers!
I am using your app Webmon! I like the app but I find that some dialogs may disappear when I rotate the phone.
Do you think that these errors could be fixed? For example, by saving the return value of
dialog.isShowing()
inonPause()
, the UI state of the dialog could be saved. So as the other contents in the dialog. For example, the previous input can also be saved through saving the text of the editable widget. In this way, you can restore the UI state the same as before I rotate the phone. In this way, user experience could be improved, right?Extra details
Here are the snapshots to illustrate the error:
No1 before rotation:
No1 after rotation:
No2 before rotation:
No2 after rotation:
The text was updated successfully, but these errors were encountered: