set chip avatar for team placeholder

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2025-02-03 21:13:38 +01:00
parent 0020c2a886
commit 2bfa0319a2
No known key found for this signature in database
GPG Key ID: F7AA2A8B65B50220

View File

@ -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)