From 340ff73630fdc6b6a7f051d141e5817cb1cdfb7f Mon Sep 17 00:00:00 2001 From: Martino Cesari Tomba <60693085+forrest57@users.noreply.github.com> Date: Wed, 31 Jan 2024 14:18:36 +0100 Subject: [PATCH] fix: [IOBP-487] Transaction_operation_details swipe back handling (#5449) ## Short description Fixed a bug that would make the app not handle the swipe back correctly in `WALLET_TRANSACTION_OPERATION_DETAILS` ## List of changes proposed in this pull request - fixed gesture handling in navigator ## How to test In the app, activate the `beta design system` option under the `profile` section, then: - navigate to the wallet section - scroll down to the transaction list ("load more" in case none is rendered) - open up a transaction's details - click the blue cta right under the title - after the navigation, make sure that both the swipe back in iOS and the top back button press correctly navigate to `WALLET_TRANSACTION_DETAILS` --- ts/features/walletV3/transaction/navigation/navigator.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/features/walletV3/transaction/navigation/navigator.tsx b/ts/features/walletV3/transaction/navigation/navigator.tsx index 402c2f449ff..9b26df0638d 100644 --- a/ts/features/walletV3/transaction/navigation/navigator.tsx +++ b/ts/features/walletV3/transaction/navigation/navigator.tsx @@ -35,12 +35,12 @@ export const WalletTransactionNavigator = () => ( );