From e86e6229248b61c061b8ecf0a04d42308416f745 Mon Sep 17 00:00:00 2001 From: Andrey Shovkoplyas Date: Fri, 21 Apr 2017 12:59:29 +0300 Subject: [PATCH] hide overlay --- src/status_im/chat/screen.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/status_im/chat/screen.cljs b/src/status_im/chat/screen.cljs index 96f9725cf1..53f9386180 100644 --- a/src/status_im/chat/screen.cljs +++ b/src/status_im/chat/screen.cljs @@ -118,7 +118,7 @@ accounts [:get :accounts] show-chat-overlay? [:show-chat-overlay?] creating? [:get :creating-account?]] - [view (when show-chat-overlay? {:style {:zIndex 0}}) + [view ;(when show-chat-overlay? {:style {:zIndex 0}}) TODO we need implement animation and solve translucent? status-bar issue on android [status-bar] [toolbar {:hide-nav? (or (empty? accounts) show-actions? creating?) :custom-content [toolbar-content-view] @@ -192,7 +192,7 @@ (dispatch [:set-layout-height height]))))} [chat-toolbar] [messages-view group-chat] - [overlay-view] + ;[overlay-view] TODO we need implement animation and solve translucent? status-bar issue on android [input/container {:text-empty? (str/blank? input-text)}] (when show-actions? [actions-view])