-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Offline mode: Crash after deleting Split Bill request - 25481 #25611
Conversation
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.
Thanks for the fix!
Reviewer Checklist
Screenshots/VideosWebweb.movMobile Web - ChromeMobile Web - SafariiOSWeb.movDesktopiOSiOS.movAndroid |
@pradeepmdk please test on all platforms and upload screen recordings of your testing |
We're seeing that Android builds are taking a very long time to complete locally, so for the sake of @pradeepmdk please continue your testing and finish posting all screenshots after this is merged, thanks. |
sure @roryabraham |
cherry-picking this to staging here |
Offline mode: Crash after deleting Split Bill request - 25481 (cherry picked from commit 1890048)
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
@roryabraham expect android and ios I added a screenshot. I blocking the build due to Mapbox configuration I will update those things ASAP to fix the Mapbox issue. |
🚀 Deployed to staging by https://github.com/roryabraham in version: 1.3.55-8 🚀
|
@roryabraham all screenshot updated |
This was deployed to production today. The prod deploy timed out so we didn't get deploy comments. |
Details
Fixed Issues
$ #25481
PROPOSAL: #25481
Tests / Offline Tests / 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 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-08-22.at.12.22.24.AM.mov
Mobile Web - Chrome
67ade7c9-d28d-4bf0-afb0-22c1e8b4467c.mov
Mobile Web - Safari
85d6ca19-2b16-4177-8de0-4832c9910878.mov
Desktop
96b50051-62cf-46c4-bd42-89569f1ece2d.mov
iOS
Screen.Recording.2023-08-22.at.5.40.36.AM.mov
Android
Screen.Recording.2023-08-22.at.6.42.15.AM.mov