From f942092a5e7eca3feb7132abe71fcdd704e0dfb4 Mon Sep 17 00:00:00 2001 From: Omar Basem Date: Wed, 1 May 2024 19:56:03 +0400 Subject: [PATCH] fix: wallet account back button (#19857) fix: wallet account back button (#19857) --- src/status_im/navigation/screens.cljs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/status_im/navigation/screens.cljs b/src/status_im/navigation/screens.cljs index 42c75588d7..a220c62e4b 100644 --- a/src/status_im/navigation/screens.cljs +++ b/src/status_im/navigation/screens.cljs @@ -370,10 +370,7 @@ :component emoji-picker/view} {:name :screen/wallet.accounts - :options {:insets {:top? true} - :popGesture false - :hardwareBackButton {:dismissModalOnPress false - :popStackOnPress false}} + :options {:insets {:top? true}} :component wallet-accounts/view} {:name :screen/wallet.edit-account