mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 18:54:52 +00:00
Hide chat icon for group chat
Former-commit-id: 35937c72a05136243d8f2abc8db2c56e82689f3b
This commit is contained in:
parent
f0a6fc87e7
commit
f8538e53d7
@ -134,12 +134,12 @@
|
|||||||
:fontSize 12
|
:fontSize 12
|
||||||
:fontFamily font}}
|
:fontFamily font}}
|
||||||
"Active a minute ago"])]
|
"Active a minute ago"])]
|
||||||
|
(when (not group?)
|
||||||
[view {:style {:position "absolute"
|
[view {:style {:position "absolute"
|
||||||
:top 10
|
:top 10
|
||||||
:right 66}}
|
:right 66}}
|
||||||
[chat-photo {}]
|
[chat-photo {}]
|
||||||
(when (not group?)
|
[contact-online {:online true}]])]))
|
||||||
[contact-online {:online true}])]]))
|
|
||||||
|
|
||||||
(defn chat [{:keys [navigator]}]
|
(defn chat [{:keys [navigator]}]
|
||||||
(let [messages (subscribe [:get-chat-messages])
|
(let [messages (subscribe [:get-chat-messages])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user