Skip to content

Commit

Permalink
Merge pull request #35867 from dukenv0307/fix/35530
Browse files Browse the repository at this point in the history
Fix back loop between expensify card and active card page
  • Loading branch information
luacmartins authored Feb 6, 2024
2 parents a4183ec + ce8fdff commit d6c5b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/Wallet/ActivatePhysicalCardPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function ActivatePhysicalCardPage({
return (
<IllustratedHeaderPageLayout
title={translate('activateCardPage.activateCard')}
onBackButtonPress={() => Navigation.navigate(ROUTES.SETTINGS_WALLET_DOMAINCARD.getRoute(domain))}
onBackButtonPress={() => Navigation.goBack(ROUTES.SETTINGS_WALLET_DOMAINCARD.getRoute(domain))}
backgroundColor={theme.PAGE_THEMES[SCREENS.SETTINGS.PREFERENCES.ROOT].backgroundColor}
illustration={LottieAnimations.Magician}
scrollViewContainerStyles={[styles.mnh100]}
Expand Down

0 comments on commit d6c5b83

Please sign in to comment.