mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-09 22:04:24 +01:00
message of type actorId = "sample" should show talk logo avatar
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
61854b7fb6
commit
c7c287a7d5
@ -27,7 +27,7 @@ class ChatMessageUtils {
|
||||
} else {
|
||||
view.loadDefaultAvatar(viewThemeUtils)
|
||||
}
|
||||
} else if (message.actorType == "bots" && message.actorId == "changelog") {
|
||||
} else if (message.actorType == "bots" && (message.actorId == "changelog" || message.actorId == "sample")) {
|
||||
view.loadChangelogBotAvatar()
|
||||
} else if (message.actorType == "bots") {
|
||||
view.loadBotsAvatar()
|
||||
|
Loading…
Reference in New Issue
Block a user