Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ const SETTINGS_TO_RHP: Partial<Record<keyof SettingsSplitNavigatorParamList, str
SCREENS.SETTINGS.WALLET.PERSONAL_CARD_UPGRADE,
SCREENS.SETTINGS.WALLET.CARD_CHANGE_PIN,
SCREENS.SETTINGS.WALLET.CARD_CHANGE_PIN_ATM,
SCREENS.MISSING_PERSONAL_DETAILS,
SCREENS.MISSING_PERSONAL_DETAILS_CONFIRM_MAGIC_CODE,
Comment on lines +71 to +72

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep home-launched details flows on Home after reload

When the missing-personal-details RHP is opened from the Home time-sensitive card or issue card (AddVirtualCardPersonalDetails.tsx:31, IssueCardMessage.tsx:63), the URL still has no backTo parameter, so after a browser reload getMatchingFullScreenRoute() will now hit this new RHP_TO_SETTINGS entry and rebuild Settings > Wallet behind the RHP instead of preserving Home. This fixes the Wallet entry point but regresses the existing Home-launched flow; the mapping needs a way to distinguish Wallet launches from Home/default launches rather than assigning this screen globally to Wallet.

Useful? React with 👍 / 👎.

],
[SCREENS.SETTINGS.AGENTS.ROOT]: [
SCREENS.SETTINGS.AGENTS.ADD,
Expand Down
Loading