-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
No unlock while rotating the screen #273
Comments
Your biometric prompt doesn't force portraitmode whereas mine does. Guess my OnePlus-device has a proprietery implementation or something. I'm no dev, but it seems like when cryptomator enters the rotate\redraw event, it cancels out whatever prompts is going on so it cancels out. Try to open just the passwordprompt for unlocking a vault in your emulator and rotate the device manually without entering anything in the prompt. For me the prompt dissappears then as well. |
Yes, that makes sense, thank you for reporting! |
I can confirm the issue on my OnePlus 8 Pro and as @jivarson already mentioned it seems to be related to the screen being rotated back to portrait mode after clicking the vault. |
Description
When rotation is enabled, when trying to unlock a vault while the enter password or biometric auth dialog is present, rotate the screen, after a successful authentication, one is returned to the vault list with the vault still being locked
System Setup
Android 10, oneplus 7
Cryptomator 1.5.12 (though issue has been around for while)
Steps to Reproduce
Expected Behavior
User is presented with the unlocked vaults content
Actual Behavior
User is returned to Cryptomators main window, the vault in question is still locked
Reproducibility
Always
Additional Information
Issue is likely in the way Cryptomator for Android handles change of orientation while prompts or modals are open, they're not retained when the main window is realigned\redrawned
The text was updated successfully, but these errors were encountered: