cc780c95ae
## Issue Closes 1020 strange refresh on signup + youtube sync It's due to the sync-on-focus. ## Change Only show the spinner for the initial wallet sync. I thought we can do without the spinner for sync completely, but based on the comments below, better to retain that for the initial sync. I think the rest of the stages don't need to block over a sync call. ``` // Don't claim the reward if sync is enabled until after a sync has been completed successfully // If we do it before, we could end up trying to sync a wallet with a non-zero balance which will fail to sync ``` |
||
---|---|---|
.. | ||
index.js | ||
view.jsx |