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

Improve seed phrase in memory #2269

Open
Dmitry-Borodin opened this issue Jan 5, 2024 · 1 comment
Open

Improve seed phrase in memory #2269

Dmitry-Borodin opened this issue Jan 5, 2024 · 1 comment
Labels

Comments

@Dmitry-Borodin
Copy link
Contributor

Combine flows that are requiring seed phrase in single component / function in order to
1 Make sure seed will not live longer than the flow it's used in accidentally
2 Call System.gc() at the end to decrease of possibility for it to be found in memory.

@Dmitry-Borodin
Copy link
Contributor Author

leftover - screens where seed is used - check if we need to call gc() onDispose, if content of screen is released by compose internals by that time.
Maybe check other usages one more time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant