likecoin-app icon indicating copy to clipboard operation
likecoin-app copied to clipboard

Lazy load authcore wallet vault to improve app resume time

Open williamchong opened this issue 5 years ago • 0 comments

Previous issue: https://github.com/likecoin/likecoin-app/issues/125 Currently when the app resume, we always wait for authcore vault to init, which calls 2 API and costs ~ 2-5 seconds. Authcore suggested that we could lazy init or background init and wallet when resuming app, and only blocks the user when any wallet feature is used

williamchong avatar Jan 05 '21 11:01 williamchong