Fix invertible scrollview scrolling

This commit is contained in:
virvar 2016-04-29 13:36:30 +03:00
parent 953bc66223
commit 84cfddb3e8
1 changed files with 1 additions and 1 deletions

View File

@ -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)