hypha-dao / hashed-wallet

Hashed Wallet
MIT License
3 stars 3 forks source link

Import account hangs on nickname #108

Closed n13 closed 2 years ago

n13 commented 2 years ago

Describe the bug Happened during M1 test on Android simulator

To Reproduce Steps to reproduce the behavior: Import account Next to enter nickname Add nickname, press done

Current behavior Sometimes the spinner hangs forever

Expected behavior User goes to main screen of app

Screenshots

3350405C-0FA5-421F-904C-957523F92662

Desktop (please complete the following information):

Additional context On restart the account has been successfully imported

So this may be a bug writing to settings? Since there is no network call being made at this point but we wait for storing account data in settings.

n13 commented 2 years ago

This was either caused by the API disconnecting and not reconnecting, or the copy/paste bug in the previous screen.

Chances are it is resolved.