When an emoji is used as the 'initial' for an avatar, use the whole emoji (#4277)

* When an emoji is used as the 'initial' for an avatar, use the whole emoji

Use `BreakIterator.getCharacterInstance()` for a simpler solution.
This commit is contained in:
Jorge Martin Espinosa 2025-02-18 20:15:11 +01:00 committed by GitHub
parent 047e659719
commit 717a15bea5
3 changed files with 68 additions and 10 deletions

View file

@ -33,6 +33,7 @@ android {
implementation(libs.vanniktech.blurhash)
implementation(projects.features.enterprise.api)
implementation(projects.libraries.architecture)
implementation(projects.libraries.core)
implementation(projects.libraries.preferences.api)
implementation(projects.libraries.testtags)
implementation(projects.libraries.uiStrings)