mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-31 19:42:34 +00:00
Merge pull request #3847 from nextcloud/bugfix/noid/showNoteToSelfIconInConvInfo
fix to show "Note to self" icon in conversation info
This commit is contained in:
commit
ea02248247
@ -958,10 +958,8 @@ class ConversationInfoActivity :
|
||||
binding.avatarImage.loadSystemAvatar()
|
||||
}
|
||||
|
||||
ConversationType.DUMMY -> {
|
||||
if (ConversationUtils.isNoteToSelfConversation(conversation!!)) {
|
||||
binding.avatarImage.loadNoteToSelfAvatar()
|
||||
}
|
||||
ConversationType.NOTE_TO_SELF -> {
|
||||
binding.avatarImage.loadNoteToSelfAvatar()
|
||||
}
|
||||
|
||||
else -> {
|
||||
|
Loading…
Reference in New Issue
Block a user