-
Notifications
You must be signed in to change notification settings - Fork 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
Set loading to false when requestorStep is submittted #5763
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.
Should this be CPed?
|
Set loading to false when requestorStep is submittted (cherry picked from commit 5302984)
🚀 Cherry-picked to staging by @ctkochan22 in version: 1.1.7-4 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by @AndrewGable in version: 1.1.7-24 🚀
|
🚀 Deployed to staging by @ctkochan22 in version: 1.1.7-25 🚀
|
@tgolen @marcaaron @nkuoch, |
web |
🚀 Deployed to production by @roryabraham in version: 1.1.8-9 🚀
|
@tgolen @marcaaron
We no longer set loading to false at the beginning of the callback block for
BankAccount_SetupWithdrawal()
. I believe we did this because while this block completed, we sometimes show the user the previous and incorrect step before we properly render the correct step.When we moved setting loading to false here and here, we forgot to add it to the Requestor Step.
Details
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/180760
Tests / QA Steps
What we do NOT want: You can see that after submission the Beneficial Owners step flashes back
![5ze1TCrV3j](https://user-images.githubusercontent.com/12980144/136860796-c6cab599-cf58-4f4d-ad48-65a9017899d6.gif)
Tested On
Screenshots
Web
Mobile Web
Desktop
iOS
Android