Skip to content

Commit

Permalink
Merge branch 'master' into IOBP-495-fe-rimozione-riferimenti-a-sicili…
Browse files Browse the repository at this point in the history
…a-vola-da-flussi-in-app
  • Loading branch information
forrest57 authored Jan 31, 2024
2 parents 7ed96ee + 340ff73 commit fed9e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts/features/walletV3/transaction/navigation/navigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ export const WalletTransactionNavigator = () => (
<Stack.Screen
name={WalletTransactionRoutes.WALLET_TRANSACTION_DETAILS}
component={WalletTransactionDetailsScreen}
options={{ gestureEnabled: false }}
options={{ gestureEnabled: isGestureEnabled }}
/>
<Stack.Screen
name={WalletTransactionRoutes.WALLET_TRANSACTION_OPERATION_DETAILS}
component={WalletTransactionOperationDetailsScreen}
options={{ gestureEnabled: false }}
options={{ gestureEnabled: isGestureEnabled }}
/>
</Stack.Navigator>
);
Expand Down

0 comments on commit fed9e57

Please sign in to comment.