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

createWallet is blocking the UI thread on Android #5

Open
testerez opened this issue Jul 25, 2022 · 2 comments
Open

createWallet is blocking the UI thread on Android #5

testerez opened this issue Jul 25, 2022 · 2 comments

Comments

@testerez
Copy link
Contributor

I noticed that BdkRn.createWallet(...) is blocking the UI thread on Android.
Is it something you are aware about?

@BitcoinZavior
Copy link
Contributor

Yes it is blocking for the first call, calls after the first one are faster. Is that what you have observed as well?
There is an overall effort to reduce the size of the binaries and also some efficiencies in building.
Will wait for that to complete and try again.

@BitcoinZavior
Copy link
Contributor

This ticket will also help #12

BitcoinZavior pushed a commit that referenced this issue Nov 21, 2023
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