diff --git a/src/status_im/chat/screen.cljs b/src/status_im/chat/screen.cljs index 96f9725cf16..53f9386180f 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])