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,11 +958,9 @@ class ConversationInfoActivity :
binding.avatarImage.loadSystemAvatar()
}
ConversationType.DUMMY -> {
if (ConversationUtils.isNoteToSelfConversation(conversation!!)) {
ConversationType.NOTE_TO_SELF -> {
binding.avatarImage.loadNoteToSelfAvatar()
}
}
else -> {
// unused atm