-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[HybridApp] Change switchToOldDot
to return a promise
#43275
[HybridApp] Change switchToOldDot
to return a promise
#43275
Conversation
Reviewer Checklist
Screenshots/VideosAndroid: NativeN/A - I will test on HybridApp Android: mWeb ChromeN/A - I will test on HybridApp iOS: NativeN/A - I will test on HybridApp iOS: mWeb SafariN/A - I will test on HybridApp MacOS: Chrome / SafariN/A - I will test on HybridApp MacOS: DesktopN/A - I will test on HybridApp |
@Ollyws - No need for C+ here, can only test on HybridApp. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to production by https://github.com/luacmartins in version: 1.4.81-11 🚀
|
cc: @AndrewGable
Details
The PR changes the
switchToOldDot
method's behaviour to return a promise. It is necessary, because while going back to OldDot theswitchToOldDot
call on android was never finished. It meant that the values in theExitSurvey
were not cleared out.Fixed Issues
$ #43142
PROPOSAL: N/A
Tests
Switch back to Expensify classic
button and fill the formExitSurvey
persistedOffline tests
QA Steps
Switch back to Expensify classic
button and fill the formExitSurvey
persistedPR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
w_808f951fa7cb878c9723bcbdc79a7ad4082576e1-2024-06-07.12_59_46.308.mp4
Android: mWeb Chrome
N/AiOS: Native
Screen.Recording.2024-06-07.at.11.19.25.mov
iOS: mWeb Safari
N/AMacOS: Chrome / Safari
N/AMacOS: Desktop
N/A