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

feat: add Coroutines to setGenericPassword and getGenericPassword #658

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

DorianMazur
Copy link
Collaborator

@DorianMazur DorianMazur commented Sep 22, 2024

This PR introduces coroutines for setGenericPassword and getGenericPassword to resolve significant UI blocking issues observed on lower-end devices.

Problem:
On lower-end devices, the current synchronous implementation of setGenericPassword was causing severe UI freezes, with blocking times of up to 22 seconds. This made the application unresponsive.

Fixes #547 #525

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

Successfully merging this pull request may close these issues.

1 participant