mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-09-19 07:08:13 +01:00
For some reason, if an EmojiTextView has a wrap content width and some other set of conditions occur, the view will not request a relayout when text changes. This change inelegantly calls request layout more often to prevent that from happening.