Skip to content

Commit

Permalink
fix: [PE-700] CGN detail fix missing swipe back gesture (#6246)
Browse files Browse the repository at this point in the history
## Short description
CGN detail screen fix missing swipe back gesture

## How to test
- login into the app on iOS
- go to cgn card detail screen trough wallet (add it if necessary)
- swipe back to check if it goes back to wallet page

Co-authored-by: Alessandro <[email protected]>
  • Loading branch information
freddi301 and Hantex9 authored Oct 4, 2024
1 parent 3843d9d commit 10a5a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/navigation/AuthenticatedStackNavigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ const AuthenticatedStackNavigator = () => {
{cgnEnabled && (
<Stack.Screen
name={CGN_ROUTES.DETAILS.MAIN}
options={hideHeaderOptions}
options={{ ...hideHeaderOptions, gestureEnabled: isGestureEnabled }}
component={CgnDetailsNavigator}
/>
)}
Expand Down

0 comments on commit 10a5a92

Please sign in to comment.