Merge pull request #3847 from nextcloud/bugfix/noid/showNoteToSelfIconInConvInfo

fix to show "Note to self" icon in conversation info
This commit is contained in:
Sowjanya Kota 2024-04-17 15:33:40 +02:00 committed by GitHub
commit ea02248247
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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