mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 20:24:32 +01:00
Render emoji's properly in quote bubbles.
Unfortunately, the change wasn't as simple as just switching to use our EmojiTextView. That view only supported single-line text. I added support for multi-line text. Fixes #7704.
This commit is contained in:
committed by
Moxie Marlinspike
parent
cbe394025d
commit
6fbbc9d078
@@ -61,7 +61,7 @@
|
||||
tools:text="Photo"
|
||||
tools:visibility="visible" />
|
||||
|
||||
<TextView
|
||||
<org.thoughtcrime.securesms.components.emoji.EmojiTextView
|
||||
android:id="@+id/quote_text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user