Skip to content

Commit

Permalink
hide overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
flexsurfer authored and rasom committed Apr 21, 2017
1 parent 6da18d3 commit e86e622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/status_im/chat/screen.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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])
Expand Down

0 comments on commit e86e622

Please # to comment.