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

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

Open
davirec opened this issue Mar 12, 2022 · 1 comment
Open

Comments

@davirec
Copy link

davirec commented Mar 12, 2022

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:

  1. 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:

  • Device: Moto G30 with OS: Android 11
  • Version: 1.6.5.2.22
  • Device language: English
@httpdispatch
Copy link
Owner

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

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

2 participants