mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-28 01:56:25 +00:00
ui: show user incognito profile in channels (#6727)
This commit is contained in:
+11
@@ -5,6 +5,7 @@ import SectionBottomSpacer
|
||||
import SectionDividerSpaced
|
||||
import SectionItemView
|
||||
import SectionItemViewLongClickable
|
||||
import SectionItemViewSpaceBetween
|
||||
import SectionSpacer
|
||||
import SectionTextFooter
|
||||
import SectionView
|
||||
@@ -533,6 +534,16 @@ fun ModalData.GroupChatInfoLayout(
|
||||
|
||||
SectionSpacer()
|
||||
|
||||
if (groupInfo.useRelays && groupInfo.membership.memberIncognito) {
|
||||
SectionView(generalGetString(MR.strings.incognito).uppercase()) {
|
||||
SectionItemViewSpaceBetween {
|
||||
Text(generalGetString(MR.strings.incognito_random_profile))
|
||||
Text(groupInfo.membership.chatViewName, color = Indigo)
|
||||
}
|
||||
}
|
||||
SectionDividerSpaced()
|
||||
}
|
||||
|
||||
var anyTopSectionRowShow = false
|
||||
if (groupInfo.useRelays) {
|
||||
SectionView {
|
||||
|
||||
Reference in New Issue
Block a user