web
web copied to clipboard
Mobile loader is infinite in some specific authentication scenarios
https://discord.com/channels/554694662431178782/1432403888018821301/1433446030241960120
After loading a wallet, failing at authenticating multiple times may be preventing you from using the app, mainly on Android as I've not been able to reproduce on iOS
My assumption is that we are not turning off loaders and reseting to default state if we catch an error on mobile wallet provider side:
What we could do is reproduce on android and see if this happens if we are using SET_LOCAL_WALLET_LOADING to false or disconnect() when catching an error
It might product some side effects so we have to make sure we don't break anything else with that if it fixes the issue
AC:
- You can't hang out in a frozen state after failing authentication on android