mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-27 21:24:42 +00:00
The bug was that system emoji and emoji from `EmojiSpan` had different sizes. The `View` was being measured based off the `EmojiSpan` (smaller), but ellipsizing was based off the size of system emoji. Fixes #11772