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

fix UX deadlock at startup #33

Closed
mixmasala opened this issue May 10, 2023 · 2 comments
Closed

fix UX deadlock at startup #33

mixmasala opened this issue May 10, 2023 · 2 comments

Comments

@mixmasala
Copy link
Contributor

"Application is not responding" notification on Android means that the main UI thread is getting blocked.

@mixmasala
Copy link
Contributor Author

I suspect this is due to the passphrase stretching - it should be happening in a way that doesn't block the UX thead when unlocking the encrypted storage.
I'm in the middle of replacing the encrypted storage with a different backend though.

@mixmasala
Copy link
Contributor Author

I believe this was caused by the autoconnect behavior blocking the main UI thread, fixed in #40

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