txs: do not show soft keyboard on finalization modal
This commit is contained in:
parent
0d4dee5124
commit
47961d6121
1 changed files with 0 additions and 1 deletions
|
@ -346,7 +346,6 @@ impl WalletTransactions {
|
||||||
// Show transaction information modal.
|
// Show transaction information modal.
|
||||||
if can_show_info {
|
if can_show_info {
|
||||||
self.show_tx_info_modal(wallet, tx);
|
self.show_tx_info_modal(wallet, tx);
|
||||||
cb.show_keyboard();
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue