Hide opened keyboard when user taps on chat (#1057)

This commit is contained in:
alwx 2017-04-20 17:02:54 +03:00 committed by Roman Volosovskyi
parent 4f7f5c11c9
commit 746d038c05
1 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@
: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 []