-
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
[CP staging] fix: app crashes when submitting the track distance to the workspace #56917
Conversation
testing https://github.com/Expensify/Mobile-Expensify/pull/13415 with this |
🚧 @mountiny has triggered a test hybrid app build. You can view the workflow run here. |
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.
Change looks good to me
Reviewer Checklist
Screenshots/VideosStraight forward change, the author tested and QA can test in staging Android: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
On this, start testing the PR. |
[CP staging] fix: app crashes when submitting the track distance to the workspace (cherry picked from commit 2aef183) (CP triggered by mountiny)
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪
|
Tested and works well |
🚀 Cherry-picked to staging by https://github.com/mountiny in version: 9.0.98-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/mountiny in version: 9.0.98-8 🚀
|
Scan - X and flash icon from the camera UI are overlapped by the top barAction Performed:
Expected Result:There are no overlapping elements Actual Result:The top icons of the camera UI are getting overlapped by the status bar Workaround:Unknown Platform:
Bug6746074_1739821137660.az_recorder_20250217_213127.mp4
|
Settings - App crashes when tapping plus icon on the Group workspace tabAction Performed:
Expected Result:A user can add a new WS on the account Actual Result:The app crashes Workaround:Unknown Platform:
Bug6746874_1739893202675.az_recorder_20250218_173611.mp4
|
Screen.Recording.2025-02-19.at.8.50.27.AM.movI can't reproduce it on main |
@eh2077 Sorry for confusion but these are related to MOBILE-EXPENSIFY: https://github.com/Expensify/Mobile-Expensify/pull/13415 cc @war-in |
Hi @IuliiaHerets 👋 thank you for reporting the bugs! Could we get a video for the bug reported here? The current one seems broken. Thanks! |
Hi, @war-in. Video is working for me, but I'll upload it again. Bug6746074_1739821137660.az_recorder_20250217_213127.1.mp4 |
It works, thanks! |
Merged the fix, thanks @war-in! |
Explanation of Change
fix: app crashes when submitting the track distance to the workspace
Fixed Issues
$ #56906
PROPOSAL: #56906 (comment)
MOBILE-EXPENSIFY: https://github.com/Expensify/Mobile-Expensify/pull/13415
Tests
Offline tests
None
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.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
Android: Native
Screen.Recording.2025-02-17.at.13.36.33.mov
Android: mWeb Chrome
iOS: Native
Screen.Recording.2025-02-17.at.13.35.13.mov
iOS: mWeb Safari
Screen.Recording.2025-02-17.at.13.38.03.mov
MacOS: Chrome / Safari
Screen.Recording.2025-02-17.at.13.31.57.mp4
MacOS: Desktop
Screen.Recording.2025-02-17.at.13.44.40.mp4