-
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
Company cards - App back button loops between card page and card selection page #57272
Comments
Triggered auto assignment to @laurenreidexpensify ( |
Triggered auto assignment to @lakchote ( |
💬 A slack conversation has been started in #expensify-open-source |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
ProposalPlease re-state the problem that we are trying to solve in this issue.App back button loops between card page and card selection page What is the root cause of that problem?When we go back from
What changes do you think we should make in order to solve the problem?To resolve this issue, we simply clean WorkspaceCompanyCardFeedSelectorPage by using Navigation.goBack();
update to: const goBack = () => {
Navigation.goBack();
Navigation.navigate(ROUTES.WORKSPACE_COMPANY_CARDS.getRoute(policyID));
}; or const goBack = () => {
Navigation.goBack(ROUTES.WORKSPACE_COMPANY_CARDS.getRoute(policyID));
}; Screen.Recording.2025-02-23.at.00.39.39.mp4What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?None What alternative solutions did you explore? (Optional)Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job. |
Looks like an issue came from this PR |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 9.1.4-0
Reproducible in staging?: Yes
Reproducible in production?: No
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: Yes, reproducible on both
If this was caught during regression testing, add the test name, ID and link from TestRail: Exp
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Device used: iPhone 15 Pro Max / iOS 18.3
App Component: Workspace Settings
Action Performed:
Expected Result:
In Step 10, app back button on card feed will return to workspace settings.
Actual Result:
In Step 10, app back button on card feed returns to card selection page.
In Step 11, app back button on card selection page returns to card feed.
App back button loops between card page and card selection page.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6750496_1740186261371.ScreenRecording_02-22-2025_09-03-21_1.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: