mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-28 15:15:42 +01:00
add consistent icons for mentions also
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
120974bc00
commit
76129229f8
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user