-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Wallet] Use exit on iOS since we can't restart like Android #1424
[Wallet] Use exit on iOS since we can't restart like Android #1424
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't love just quitting, but I guess this is the best we can do for now. Would love to get a better sense of what corrupts geth chain data
I agree with you! I've opened an issue to find a better alternative to this: #1434 |
Codecov Report
@@ Coverage Diff @@
## master #1424 +/- ##
==========================================
+ Coverage 67.68% 67.68% +<.01%
==========================================
Files 269 269
Lines 8023 8028 +5
Branches 553 483 -70
==========================================
+ Hits 5430 5434 +4
- Misses 2479 2482 +3
+ Partials 114 112 -2
Continue to review full report at Codecov.
|
* master: [Wallet] Wallet can switch between hosted and local node (#1419) [Wallet] Prevent error from Avatar when name is missing (#1454) [Wallet] Show splash screen until JS is ready on iOS (#1453) Use new segment api keys used by both iOS and Android (#1452) [Wallet] Don't log all props, which includes i18n (#1445) [Helm] Updated the helm package to deploy the upgraded blockscout version (#1129) Tiny copy change (#1429) [contractkit] SortedOraclesWrapper + tests (#1405) [wallet] Refactor leftover thunk to sagas (#1388) [Wallet] Fix repeated QR code scanning and related navigation issues (#1439) [Wallet] Show the currency values with correct rounding. (#1435) [Wallet] Fix firebase initialization error on iOS after reinstalling the app (#1423) [Wallet] Use exit on iOS since we can't restart like Android (#1424) [Wallet] Update local currency styles and layout (#1325) Reset pincode cache if unlock fails (#1430)
Description
We can't restart on iOS like it's done on Android.
This PRs changes the logic to
exit
on iOS and displaysQuit
instead ofRestart
.Tested
Manually triggered error, -> saw Error screen -> Pressed 'Quit' -> the app quits ;)
Other changes
N/A
Related issues
Backwards compatibility
Yes