-
Notifications
You must be signed in to change notification settings - Fork 113
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
Asks user for confirmation before deleting token from device #217
Conversation
Uses UIAlertController to present a UIActionSheet style dialog asking the user if they want to remove the token.
@mattrubin this should help prevent any accidental deletions. I think it could be interesting to explore making an "undo" user flow possible versus asking for confirmation. |
Codecov Report
@@ Coverage Diff @@
## develop #217 +/- ##
===========================================
- Coverage 40.64% 40.21% -0.44%
===========================================
Files 36 36
Lines 2244 2268 +24
===========================================
Hits 912 912
- Misses 1332 1356 +24
Continue to review full report at Codecov.
|
Uses UIAlertController to present a UIActionSheet style dialog asking the user if they
want to remove the token.
Fixes #198