Fix onboarding can be skipped if you kill the app after the modal opens#44062
Merged
cristipaval merged 3 commits intoExpensify:mainfrom Jun 27, 2024
Merged
Conversation
Ollyws
reviewed
Jun 21, 2024
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 | |||
Contributor
There was a problem hiding this comment.
We should probably remove this comment given we're not using isAuthenticated anymore.
Contributor
Author
There was a problem hiding this comment.
Oh right, removed.
Contributor
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 |
cristipaval
reviewed
Jun 26, 2024
Contributor
cristipaval
left a comment
There was a problem hiding this comment.
Are we sure we shouldn't add more QA steps to make sure this doesn't impact other use cases?
Contributor
Author
|
Hmm, I can't think of a specific case to test. |
cristipaval
approved these changes
Jun 27, 2024
Contributor
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
85 tasks
Contributor
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 9.0.3-7 🚀
|
6 tasks
Contributor
|
🚀 Deployed to production by https://github.com/Julesssss in version: 9.0.5-13 🚀
|
50 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.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