-
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
Fix onboarding can be skipped if you kill the app after the modal opens #44062
Fix onboarding can be skipped if you kill the app after the modal opens #44062
Conversation
src/Expensify.tsx
Outdated
@@ -199,7 +196,7 @@ function Expensify({ | |||
// Open chat report from a deep link (only mobile native) | |||
Linking.addEventListener('url', (state) => { | |||
// We need to pass 'isAuthenticated' to avoid loading a non-existing profile page twice |
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.
We should probably remove this comment given we're not using isAuthenticated
anymore.
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.
Oh right, removed.
Reviewer Checklist
Screenshots/VideosAndroid: Native01_Android_Native.mp4Android: mWeb Chrome02_Android_Chrome.mp4iOS: Native03_iOS_Native.mp4iOS: mWeb Safari04_iOS_Safari.mp4MacOS: Chrome / Safari05_MacOS_Chrome.mp4MacOS: Desktop06_MacOS_Desktop.mp4 |
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.
LGTM.
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.
Are we sure we shouldn't add more QA steps to make sure this doesn't impact other use cases?
Hmm, I can't think of a specific case to test. |
✋ 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/jasperhuangg in version: 9.0.3-7 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 9.0.5-13 🚀
|
Details
The user can skip the onboarding process by close and reopen the app. This PR fix it.
Fixed Issues
$ #43803
PROPOSAL: #43803 (comment)
Tests
Same as QA Steps
Offline tests
Same as QA Steps
QA Steps
PR 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
Screen.Recording.2024-06-20.at.11.29.31.mov
Android: mWeb Chrome
Screen.Recording.2024-06-20.at.11.32.52.mov
iOS: Native
Screen.Recording.2024-06-20.at.11.27.20.mov
iOS: mWeb Safari
Screen.Recording.2024-06-20.at.11.31.58.mov
MacOS: Chrome / Safari
Screen.Recording.2024-06-20.at.11.33.47.mov
MacOS: Desktop
Screen.Recording.2024-06-20.at.11.28.43.mov