-
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 null issue in lastMessageText #17449
Conversation
@jayeshmangwani I was unable to reproduce the issue on IOS. Can you please help me test this PR on IOS. Please let me know if it does not fix the issue on IOS. |
@sobitneupane I'm on it |
@sobitneupane Yes your changes solve the crash, attaching a video of the before after crash https://drive.google.com/file/d/1uhHWwv6EPN9fx_OQ2BXInQVoZA5SX7yv/view?usp=sharing |
This PR is created to solve the regression caused by #16957 |
@pecanoro Let's get this merged asap. |
@sobitneupane Your changes look good to me and I test it works well |
Reviewer Checklist
Screenshots/VideosiOS |
Can someone test this on iOS? I'm having issues with my emulator :( I've tested on all other platforms |
Testing on iOS |
Having some trouble since I am getting "New Expensify quit unexpectedly" when trying to run it on iOS. I am looking into it but it's pretty odd |
✋ 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 staging by https://github.com/pecanoro in version: 1.3.1-0 🚀
|
1 similar comment
🚀 Deployed to staging by https://github.com/pecanoro in version: 1.3.1-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.3.1-3 🚀
|
Details
It fixes https://expensify.slack.com/archives/C049HHMV9SM/p1681445959245769 and https://expensify.slack.com/archives/C049HHMV9SM/p1681452005073379
Fixed Issues
$ #15131
PROPOSAL: GH_LINK_ISSUE(COMMENT)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)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
Web
Screen.Recording.2023-04-14.at.13.21.55.mov
Mobile Web - Chrome
Screen.Recording.2023-04-14.at.14.03.25.mov
Mobile Web - Safari
Screen.Recording.2023-04-14.at.14.01.15.mov
Desktop
Screen.Recording.2023-04-14.at.13.55.17.mov
iOS
Screen.Recording.2023-04-14.at.14.07.44.mov
Android
Screen.Recording.2023-04-14.at.14.14.35.mov