mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
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:
parent
1983f2aadb
commit
3ea3f94cff
@ -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