thunderbiscuit / padawan-wallet

The bitcoin wallet trainer on Android.
https://padawanwallet.com/
Apache License 2.0
111 stars 49 forks source link

Feat: sync icon animation #275

Closed vickyrules closed 1 year ago

vickyrules commented 1 year ago

fixed: #273

Implemented sync button icon rotate animation when the user clicked on sync and connected to the internet.

https://user-images.githubusercontent.com/73611313/227118923-590bb898-1d49-41e7-83fe-d6b2594801f6.mp4

Prakhar-Agarwal-byte commented 1 year ago

The problem with this approach is that it does not reflect the sync status. The icon will just rotate for a fixed duration. What if the sync took more/less time?

thunderbiscuit commented 1 year ago

I think if you pull the latest from master you'll find this has already been fixed. Feel free to open an issue if you see something additional we should address and then open a PR for it, but at the moment I think it covers what we need.