[ISSUE #3316] Do not avoid keyboard in wallet/fee screen
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
parent
bb2a008a27
commit
efb8c3cdf2
|
@ -108,8 +108,7 @@
|
|||
edit [:wallet/edit]]
|
||||
(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
|
||||
|
|
Loading…
Reference in New Issue