mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 21:37:34 +00: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