fix: app crashes when using deeplink to request new participants#30961
fix: app crashes when using deeplink to request new participants#30961robertjchen merged 3 commits intoExpensify:mainfrom
Conversation
|
I investigated it, It seems the bug is caused by navigation logic. It maybe take more time to deep dive into. Because the OP is a deployed blocker, could we can create another bug to fix it to avoid blocker |
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid.movAndroid: mWeb Chromemchrome.moviOS: Nativeios.moviOS: mWeb Safarimsafari.movMacOS: Chrome / Safariweb.movMacOS: Desktopdesktop.mov |
yup. I also noticed both bugs on main. I suspect they came from same PR as both are related to navigation. |
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
fix: app crashes when using deeplink to request new participants (cherry picked from commit 4f92107)
|
🚀 Cherry-picked to staging by https://github.com/puneetlath in version: 1.3.96-8 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.3.96-15 🚀
|
|
🚀 Deployed to staging by https://github.com/robertjchen in version: 1.3.98-0 🚀
|
|
🚀 Deployed to production by https://github.com/roryabraham in version: 1.3.98-5 🚀
|

Details
App crash because reading attribute of undefined we need to check iou before using it
Fixed Issues
$ #30933
PROPOSAL: #30933 (comment)
Tests
Offline tests
Same above
QA Steps
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)/** comment above it */thisproperly so there are no scoping issues (i.e. foronClick={this.submit}the methodthis.submitshould be bound tothisin the constructor)thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)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-2023-11-08-at-16.15.29.mp4
Android: mWeb Chrome
Screen.Recording.2023-11-08.at.16.19.48.mov
iOS: Native
Screen-Recording-2023-11-08-at-16.02.49.mp4
iOS: mWeb Safari
Screen.Recording.2023-11-08.at.16.21.18.mov
MacOS: Chrome / Safari
Screen.Recording.2023-11-08.at.16.00.09.mov
MacOS: Desktop
Screen.Recording.2023-11-08.at.16.05.00.mov