mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-16 03:35:33 +00:00
Fix invertible scrollview scrolling
This commit is contained in:
parent
953bc66223
commit
84cfddb3e8
@ -220,7 +220,7 @@
|
|||||||
[toolbar-content-chat @chat]])
|
[toolbar-content-chat @chat]])
|
||||||
[list-view {:dataSource datasource
|
[list-view {:dataSource datasource
|
||||||
:renderScrollComponent (fn [props]
|
:renderScrollComponent (fn [props]
|
||||||
(invertible-scroll-view nil))
|
(invertible-scroll-view (js->clj props)))
|
||||||
:renderRow (fn [row section-id row-id]
|
:renderRow (fn [row section-id row-id]
|
||||||
(let [msg (-> (js->clj row :keywordize-keys true)
|
(let [msg (-> (js->clj row :keywordize-keys true)
|
||||||
(add-msg-color contact-by-identity)
|
(add-msg-color contact-by-identity)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user