mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-27 22:55:08 +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)
|
||||
} else {
|
||||
chip.setChipIconResource(R.drawable.ic_circular_group)
|
||||
chip.setChipIconResource(R.drawable.ic_circular_group_mentions)
|
||||
}
|
||||
if (type == "circle" || type == "teams") {
|
||||
chip.setChipIconResource(R.drawable.icon_circular_team)
|
||||
|
Loading…
Reference in New Issue
Block a user