Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
tbenr 2019-10-01 23:38:47 +02:00 committed by Andrey Shovkoplyas
parent 5a02ecf2b4
commit ee5040c391
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@
[topbar/simple-toolbar (i18n/label :t/send-transaction)]
[react/view components.styles/flex
[wallet.components/network-info]
[react/scroll-view {:keyboard-should-persist-taps :always
[react/scroll-view {:keyboard-should-persist-taps :never
:keyboard-dismiss-mode :on-drag
:ref #(reset! scroll %)
:on-content-size-change #(when (and scroll @scroll)
(.scrollToEnd @scroll))}