mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-28 17:36:38 +00:00
[#6850] fix Add to contacts appears in public chat
This commit is contained in:
parent
c0f5bd14de
commit
0cdc56401a
@ -69,7 +69,7 @@
|
|||||||
:accessibility-label :chat-menu-button}
|
:accessibility-label :chat-menu-button}
|
||||||
:handler #(on-options chat-id name group-chat public?)}]])]
|
:handler #(on-options chat-id name group-chat public?)}]])]
|
||||||
[connectivity/connectivity-view]
|
[connectivity/connectivity-view]
|
||||||
(when-not (or public? group-chat)
|
(when (and (not group-chat) (first contacts))
|
||||||
[add-contact-bar (first contacts)])]))
|
[add-contact-bar (first contacts)])]))
|
||||||
|
|
||||||
(defmulti message-row (fn [{{:keys [type]} :row}] type))
|
(defmulti message-row (fn [{{:keys [type]} :row}] type))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user