From 47961d6121adfd59ac0d7b00ec42b5554808786b Mon Sep 17 00:00:00 2001 From: ardocrat Date: Mon, 27 May 2024 01:17:15 +0300 Subject: [PATCH] txs: do not show soft keyboard on finalization modal --- src/gui/views/wallets/wallet/txs.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/views/wallets/wallet/txs.rs b/src/gui/views/wallets/wallet/txs.rs index 9b03e45..8514f02 100644 --- a/src/gui/views/wallets/wallet/txs.rs +++ b/src/gui/views/wallets/wallet/txs.rs @@ -346,7 +346,6 @@ impl WalletTransactions { // Show transaction information modal. if can_show_info { self.show_tx_info_modal(wallet, tx); - cb.show_keyboard(); } }); }