mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-27 08:55:39 +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}
|
||||
:handler #(on-options chat-id name group-chat public?)}]])]
|
||||
[connectivity/connectivity-view]
|
||||
(when-not (or public? group-chat)
|
||||
(when (and (not group-chat) (first contacts))
|
||||
[add-contact-bar (first contacts)])]))
|
||||
|
||||
(defmulti message-row (fn [{{:keys [type]} :row}] type))
|
||||
|
Loading…
x
Reference in New Issue
Block a user