mirror of
https://github.com/status-im/status-react.git
synced 2025-01-14 04:55:13 +00:00
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…
x
Reference in New Issue
Block a user