Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New VPN/Delete VPN dialogs disappear in Profile list when rotating device #1576

Open
Chou95 opened this issue Jan 28, 2023 · 0 comments
Open

Comments

@Chou95
Copy link

Chou95 commented Jan 28, 2023

General information

  1. Android Version: 10
  2. Version of the app 0.7.5

Description of the issue

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.

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?

snapshots to illustrate

No.1

before rotation
NO2-BEFORE

after rotation
NO2-AFTER

No.2

before rotation
NO3-BEFORE

after rotation
NO3-AFTER

@schwabe schwabe changed the title Dialog disappearance may reduce user experience New VPN/Delete VPN dialogs disappear in Profile list when rotating device Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant