mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01: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()
|
binding.avatarImage.loadSystemAvatar()
|
||||||
}
|
}
|
||||||
|
|
||||||
ConversationType.DUMMY -> {
|
ConversationType.NOTE_TO_SELF -> {
|
||||||
if (ConversationUtils.isNoteToSelfConversation(conversation!!)) {
|
binding.avatarImage.loadNoteToSelfAvatar()
|
||||||
binding.avatarImage.loadNoteToSelfAvatar()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
else -> {
|
else -> {
|
||||||
|
Loading…
Reference in New Issue
Block a user