Fix issues #89004 and #88948#89054
Conversation
Codecov Report✅ Changes either increased or maintained existing code coverage, great job!
|
|
@ZhenjaHorbach 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] |
Reviewer Checklist
Screenshots/VideosAndroid: HybridApp2026-04-28.10.57.34.movAndroid: mWeb Chrome2026-04-28.10.42.53.moviOS: HybridApp2026-04-28.10.57.34.moviOS: mWeb Safari2026-04-28.10.42.53.movMacOS: Chrome / Safari2026-04-28.10.49.31.mov |
|
LGTM! |
|
🚧 @mjasikowski has triggered a test Expensify/App build. You can view the workflow run here. |
|
🧪🧪 Use the links below to test this adhoc build on Android, iOS, and Web. Happy testing! 🧪🧪
|
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
(cherry picked from commit ef541f6) (cherry-picked to staging by luacmartins)
|
🚀 Cherry-picked to staging by https://github.com/luacmartins in version: 9.3.64-1 🚀
Bundle Size Analysis (Sentry): |
|
This PR is a navigation bug fix only — it changes how the "Apply" button in Advanced Search Filters dismisses the modal before navigating to results. No user-facing features, workflows, settings, or terminology were added, removed, or renamed. No help site changes are required. |
Explanation of Change
In
AdvancedSearchFilters, the "Apply" button was callingNavigation.navigatewithforceReplace: truewithout dismissing the modal first. This caused the search modal to remain open on the stack, breaking back navigation and resulting in incorrect UI state after applying filters. The fix dismisses the modal first, then navigates to the search results after the transition completes.The app behaviour after being fixed:
Screen.Recording.2026-04-28.at.09.12.53.mov
Screen.Recording.2026-04-28.at.08.34.42.mov
Fixed Issues
$ #89004
$ #88948
PROPOSAL:
Tests
Offline tests
N/A
QA Steps
Same as tests
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.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
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari