zcash-android-wallet/app
Kevin Gorham 2c749af3be
Fix: Repair create flow.
There was a logic error that caused the load screen to cover the create/restore screen because the load screen was waiting for the synchronizer to start but it would not start until after the wallet was created (or restored). The simple fix was to turn off the load screen during the create/restore flow and then reactivate it, if needed while creating the syncrhonizer. In almost all cases, users will not see the load screen. However, when there is a race condition and the homescreen attempts to draw before the synchronizer is ready, it will now display a load screen instead.
2020-12-20 11:09:23 -05:00
..
src Fix: Repair create flow. 2020-12-20 11:09:23 -05:00
.gitignore Initial commit. 2019-11-26 15:29:16 -05:00
build.gradle Minor changes. 2020-10-09 13:26:13 -04:00
google-services.json New: Added QA build type. 2020-10-07 20:19:54 -04:00
proguard-rules.pro Modifications to configuration and tests. 2019-12-23 14:41:15 -05:00