Use custom emoji for avatars.

This commit is contained in:
Greyson Parrelli
2021-07-26 08:56:20 -04:00
parent d0827eb48e
commit 7e4396ae3f
5 changed files with 13 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ class TextAvatarDrawable(
textView.text = avatar.text
textView.gravity = Gravity.CENTER
textView.setTextColor(if (inverted) avatar.color.backgroundColor else avatar.color.foregroundColor)
textView.setForceCustomEmoji(true)
layout.addView(textView)