This commit is contained in:
parent
4ff73a8a6a
commit
abc0da1f00
|
@ -407,9 +407,10 @@
|
||||||
:distance-from-list-top distance-from-list-top})
|
:distance-from-list-top distance-from-list-top})
|
||||||
:on-end-reached #(list-on-end-reached distance-from-list-top)
|
:on-end-reached #(list-on-end-reached distance-from-list-top)
|
||||||
:on-scroll-to-index-failed identity
|
:on-scroll-to-index-failed identity
|
||||||
:scroll-indicator-insets {:top (if (:able-to-send-message? context)
|
:scroll-indicator-insets {:top (if (:able-to-send-message? context)
|
||||||
(- composer.constants/composer-default-height 16)
|
(- composer.constants/composer-default-height 16)
|
||||||
0)}
|
0)
|
||||||
|
:right 1}
|
||||||
:keyboard-dismiss-mode :interactive
|
:keyboard-dismiss-mode :interactive
|
||||||
:keyboard-should-persist-taps :always
|
:keyboard-should-persist-taps :always
|
||||||
:on-scroll-begin-drag #(do
|
:on-scroll-begin-drag #(do
|
||||||
|
|
Loading…
Reference in New Issue