-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[CP staging] Request money - The app crashes when user deleted the request money #25468
Conversation
@abdulrahuman5196 Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@abdulrahuman5196 ready for a review, can you please treat it with urgency as this is a deploy blocker? Thanks! |
Yes starting to review now |
@pradeepmdk is the issue only present in android? |
@abdulrahuman5196 yes android only I updated the checklist |
@abdulrahuman5196 bump on this one, it seems to be one of the last things holding deploy |
Hi @mountiny Yes. I am trying to build android, but its taking too much time to build. Just give me 10 - 20 mins. And also the new mapbox thing is slowing the build process. |
Ah damn, thanks! |
@mountiny #25481 could be dupe of this? Meanwhile @pradeepmdk this is not android specific code right? It should also crash in other platforms, in the other issue its crashing in web as well |
@abdulrahuman5196 @mountiny The crash log I got:
|
Thanks for the information @tranvantoan-qn . I think the crash log is different here. Then it might be a different issue after all |
Another thing is, in my case, the delete action was performed in the main request, not in the request details - so there is no |
@abdulrahuman5196 for this crash only for android because in android strict data type check in the native that's its failing. other platform works well. |
🧪🧪 Use the links below to test this build in android and iOS. Happy testing! 🧪🧪 |
Downloading the android build for testing. |
Reviewer Checklist
Screenshots/VideosWebN/A Mobile Web - ChromeN/A Mobile Web - SafariN/A DesktopN/A iOSN/A Androidaz_recorder_20230818_203834.mp4 |
@mountiny I am assuming, since you had assigned the contributor, the root cause has been verified by you in the proposal. Because I am unable to test if the root cause is correct given the time constraint and android builds taking too long to build. If you want me to verify that, I can do that as well, but might need some time to repro the crash But I tested in the new build, we are not seeing the mentioned crash. |
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.
Changes looks good and works well. Reviewers checklist is also complete.
All yours. @mountiny
🎀 👀 🎀
C+ Reviewed
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 @abdulrahuman5196
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Request money - The app crashes when user deleted the request money (cherry picked from commit 6e80fb4)
🚀 Deployed to staging by https://github.com/mountiny in version: 1.3.55-7 🚀
|
Details
Fixed Issues
$ #25451
PROPOSAL: #25451
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
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android
Screen.Recording.2023-08-18.at.10.35.57.AM.mov