mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
set chip avatar for team placeholder
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
33c74aec63
commit
f1fcc320b3
@ -176,6 +176,9 @@ object DisplayUtils {
|
||||
} else {
|
||||
chip.setChipIconResource(R.drawable.ic_circular_group)
|
||||
}
|
||||
if(type == "teams"){
|
||||
chip.setChipIconResource(R.drawable.icon_team_white)
|
||||
}
|
||||
chip.setBounds(0, 0, chip.intrinsicWidth, chip.intrinsicHeight)
|
||||
if (!isCallOrGroup) {
|
||||
var url = getUrlForAvatar(conversationUser.baseUrl, id, false)
|
||||
|
Loading…
Reference in New Issue
Block a user