covid-alert-ny / covid-green-app

Covid Alert NY - React-Native App
Apache License 2.0
6 stars 1 forks source link

Better universal workaround for iOS spinner bug #643

Closed AlanSl closed 3 years ago

AlanSl commented 3 years ago

We've seen a few rare issues on iOS where the spinner is never hidden, https://github.com/covid-alert-ny/covid-green-app/pull/639 fixed the only one reported for this app by showing the spinner for an extra second on one screen, but we've seen some others on other apps, and with the latest change that extra second of spinner is more visible in the cases it's not needed and more potentially annoying.

This is a general fix to avoid the problem everywhere, not just in the one screen where that issue was reported. So this should have two advantages: