From bafa2820e1532e2558002caf78fa0d507eef0dbc Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Thu, 20 Apr 2017 21:18:26 +0300 Subject: [PATCH] undo bug/#1057 fix --- src/status_im/chat/screen.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/status_im/chat/screen.cljs b/src/status_im/chat/screen.cljs index 05abcee0f8..85f51fab26 100644 --- a/src/status_im/chat/screen.cljs +++ b/src/status_im/chat/screen.cljs @@ -168,6 +168,7 @@ :renderScrollComponent #(invertible-scroll-view (js->clj %)) :onEndReached (when-not loaded? #(dispatch [:load-more-messages])) :enableEmptySections true + :keyboardShouldPersistTaps true :dataSource (to-datasource-inverted messages)}])) (defview chat []