-
Notifications
You must be signed in to change notification settings - Fork 171
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
Introduce AsyncAction with a Confirmation state and use it for logout action #2166
Conversation
03ca55a
to
d953c97
Compare
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
…e, and remove `force` boolean, we get read the state instead. Also use AsyncActionView.
|
Interestingly, the flaky test this PR is attempting to fix is still failing. There is something else. Still digging, but maybe this PR can be merged (I am recording screenshot). |
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.
The changes LGTM, it's a shame they don't fix the underlying issue. Will you handle that in another PR?
…LastSequentialItem`
@jmartinesp it should be OK with 1fcb8fe 🤞 |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Type of change
Content
Add
AsyncAction
similar toAsync
but to be used for action triggered by the user.It also contain an
Confirming
class, which can optionally by used.Motivation and context
Attempt to fix #2165, by updating the state only once when a confirmation is needed from the user.
Screenshots / GIFs
Tests
Tested devices
Checklist