-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add a confirmation dialog for account closure (addendum) #18391
Add a confirmation dialog for account closure (addendum) #18391
Conversation
This resumes the normal dialog after a three second delay for the purpose of testing the ui, and will be wired up to the real implementation after the FluxC changes are available.
📲 You can test the changes from this Pull Request in WordPress by scanning the QR code below to install the corresponding build.
|
📲 You can test the changes from this Pull Request in Jetpack by scanning the QR code below to install the corresponding build.
|
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.
Thanks for adding this final piece of the puzzle @mkevins 🙇🏻
In testing it works as expected, and the code looks good to me!
I left a minor np
for a bit of a cleanup to make the code easier to read (imho). My testing was done after doing the suggested cleanup, and there was no issue so from my side you can freely merge the PR after you apply the change (or just merge it without, It's not really critical, just a nice-to-have coding wise) 🙇🏻
...ess/src/main/java/org/wordpress/android/ui/prefs/accountsettings/AccountSettingsViewModel.kt
Outdated
Show resolved
Hide resolved
Thank you for reviewing and testing the addendum so quickly Ovi! |
Description
This is an addendum to #18386 to include commits that were not pushed. It should address the second issue reported there. I forgot to push these commits yesterday 🙃 .
To test:
Same as: #18386