Skip to content

Commit b3dd3f0

Browse files
authored
Merge pull request #58975 from twilight2294/patch-31
Fix: No animation when RHP dismisses and page scrolls up when closing RHP with back button
2 parents b572fa8 + f829b6e commit b3dd3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/settings/Wallet/ExpensifyCardPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function ExpensifyCardPage({
147147
<ScreenWrapper testID={ExpensifyCardPage.displayName}>
148148
<HeaderWithBackButton
149149
title={pageTitle}
150-
onBackButtonPress={() => Navigation.goBack(ROUTES.SETTINGS_WALLET)}
150+
onBackButtonPress={() => Navigation.closeRHPFlow()}
151151
/>
152152
<ScrollView>
153153
<View style={[styles.flex1, styles.mb9, styles.mt9]}>

0 commit comments

Comments
 (0)