undo bug/#1057 fix

This commit is contained in:
Roman Volosovskyi 2017-04-20 21:18:26 +03:00
parent 6b51a9b448
commit bafa2820e1
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@
:renderScrollComponent #(invertible-scroll-view (js->clj %)) :renderScrollComponent #(invertible-scroll-view (js->clj %))
:onEndReached (when-not loaded? #(dispatch [:load-more-messages])) :onEndReached (when-not loaded? #(dispatch [:load-more-messages]))
:enableEmptySections true :enableEmptySections true
:keyboardShouldPersistTaps true
:dataSource (to-datasource-inverted messages)}])) :dataSource (to-datasource-inverted messages)}]))
(defview chat [] (defview chat []