From efb8c3cdf22e925057411f42c86191c8960c4d99 Mon Sep 17 00:00:00 2001 From: Julien Eluard Date: Wed, 28 Feb 2018 10:56:02 +0100 Subject: [PATCH] [ISSUE #3316] Do not avoid keyboard in wallet/fee screen Signed-off-by: Julien Eluard --- src/status_im/ui/screens/wallet/send/views.cljs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/status_im/ui/screens/wallet/send/views.cljs b/src/status_im/ui/screens/wallet/send/views.cljs index 66421f5b1d..7d115d69ac 100644 --- a/src/status_im/ui/screens/wallet/send/views.cljs +++ b/src/status_im/ui/screens/wallet/send/views.cljs @@ -106,10 +106,9 @@ (defview transaction-fee [] (letsubs [{:keys [amount symbol] :as transaction} [:wallet.send/transaction] edit [:wallet/edit]] - (let [gas (or (:gas edit) (:gas transaction)) + (let [gas (or (:gas edit) (:gas transaction)) gas-price (or (:gas-price edit) (:gas-price transaction))] - [wallet.components/simple-screen {:avoid-keyboard? true - :status-toolbar-type :modal-wallet} + [wallet.components/simple-screen {:status-toolbar-type :modal-wallet} [toolbar true act/close-white (i18n/label :t/wallet-transaction-fee)] [react/view components.styles/flex