hide overlay
This commit is contained in:
parent
6da18d3fca
commit
e86e622924
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue