txs: do not show soft keyboard on finalization modal

This commit is contained in:
ardocrat 2024-05-27 01:17:15 +03:00
parent 0d4dee5124
commit 47961d6121

View file

@ -346,7 +346,6 @@ impl WalletTransactions {
// Show transaction information modal.
if can_show_info {
self.show_tx_info_modal(wallet, tx);
cb.show_keyboard();
}
});
}