[#12599] Clicking on 3 word user name does nothing

Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
andrey 2021-10-21 13:56:35 +02:00
parent cd30a04626
commit 45c1896717
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@
:number-of-lines 1
:accessibility-label :chat-name-text}
chat-name]
[one-to-one-name chat-id])
[react/touchable-highlight {:on-press #(re-frame/dispatch [:chat.ui/show-profile chat-id])}
[one-to-one-name chat-id]])
(when-not group-chat
[contact-indicator chat-id])
(when (and group-chat (not invitation-admin) (not= chat-type constants/community-chat-type))