diff --git a/apps/wallet-mobile/src/features/SetupWallet/useCases/CreateWallet/WalletDetailsScreen.tsx b/apps/wallet-mobile/src/features/SetupWallet/useCases/CreateWallet/WalletDetailsScreen.tsx index bb0c2ff62a..70d6f9638a 100644 --- a/apps/wallet-mobile/src/features/SetupWallet/useCases/CreateWallet/WalletDetailsScreen.tsx +++ b/apps/wallet-mobile/src/features/SetupWallet/useCases/CreateWallet/WalletDetailsScreen.tsx @@ -130,7 +130,6 @@ export const WalletDetailsScreen = () => { }, [createWallet, mnemonic, name, networkId, password, track, walletImplementationId]) const showModalTipsPassword = () => { - Keyboard.dismiss() openModal( strings.walletDetailsModalTitle, @@ -213,7 +212,7 @@ export const WalletDetailsScreen = () => { {strings.walletDetailsTitle(bold)} - +