add consistent icons for mentions also

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2025-07-08 19:13:13 +02:00
parent 120974bc00
commit 76129229f8
No known key found for this signature in database
GPG Key ID: F7AA2A8B65B50220
3 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ object DisplayUtils {
} }
chip.setChipIconResource(drawable) chip.setChipIconResource(drawable)
} else { } else {
chip.setChipIconResource(R.drawable.ic_circular_group) chip.setChipIconResource(R.drawable.ic_circular_group_mentions)
} }
if (type == "circle" || type == "teams") { if (type == "circle" || type == "teams") {
chip.setChipIconResource(R.drawable.icon_circular_team) chip.setChipIconResource(R.drawable.icon_circular_team)