mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-14 01:33:03 +01:00
dd79688f48
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