From 746d038c05b0f2c8864076ec3e6676dd4e9690c7 Mon Sep 17 00:00:00 2001 From: alwx Date: Thu, 20 Apr 2017 17:02:54 +0300 Subject: [PATCH] Hide opened keyboard when user taps on chat (#1057) --- src/status_im/chat/screen.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/status_im/chat/screen.cljs b/src/status_im/chat/screen.cljs index 85f51fab26..05abcee0f8 100644 --- a/src/status_im/chat/screen.cljs +++ b/src/status_im/chat/screen.cljs @@ -168,7 +168,6 @@ :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 []