fix to show "Note to self" icon in conversation info

share conversation link to other apps

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2024-04-17 14:40:01 +02:00
parent 1983f2aadb
commit 3ea3f94cff
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -958,10 +958,8 @@ class ConversationInfoActivity :
binding.avatarImage.loadSystemAvatar() binding.avatarImage.loadSystemAvatar()
} }
ConversationType.DUMMY -> { ConversationType.NOTE_TO_SELF -> {
if (ConversationUtils.isNoteToSelfConversation(conversation!!)) { binding.avatarImage.loadNoteToSelfAvatar()
binding.avatarImage.loadNoteToSelfAvatar()
}
} }
else -> { else -> {