mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +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()
|
||||
} else {
|
||||
subject = chatRoom.subject.orEmpty()
|
||||
AvatarGenerator(context).setInitials(subject).buildIcon()
|
||||
AvatarGenerator(context).setInitials(AppUtils.getInitials(subject)).buildIcon()
|
||||
}
|
||||
|
||||
val persons = arrayOfNulls<Person>(personsList.size)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue