Fix invertible scrollview scrolling
This commit is contained in:
parent
953bc66223
commit
84cfddb3e8
|
@ -220,7 +220,7 @@
|
|||
[toolbar-content-chat @chat]])
|
||||
[list-view {:dataSource datasource
|
||||
:renderScrollComponent (fn [props]
|
||||
(invertible-scroll-view nil))
|
||||
(invertible-scroll-view (js->clj props)))
|
||||
:renderRow (fn [row section-id row-id]
|
||||
(let [msg (-> (js->clj row :keywordize-keys true)
|
||||
(add-msg-color contact-by-identity)
|
||||
|
|
Loading…
Reference in New Issue