mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-02-07 14:58:24 +00:00
Fixed groip chat room shortcuts generated avatar not using initials
This commit is contained in:
parent
8e2fc8b6cd
commit
39fba60066
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ class ShortcutUtils {
|
||||||
).buildIcon()
|
).buildIcon()
|
||||||
} else {
|
} else {
|
||||||
subject = chatRoom.subject.orEmpty()
|
subject = chatRoom.subject.orEmpty()
|
||||||
AvatarGenerator(context).setInitials(subject).buildIcon()
|
AvatarGenerator(context).setInitials(AppUtils.getInitials(subject)).buildIcon()
|
||||||
}
|
}
|
||||||
|
|
||||||
val persons = arrayOfNulls<Person>(personsList.size)
|
val persons = arrayOfNulls<Person>(personsList.size)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue