Fix issue where names with emoji would not display.

fork-5.53.8
Alex Hart 2022-03-10 15:42:45 -04:00 zatwierdzone przez Cody Henthorne
rodzic 8aa283488f
commit 7c45fb6c17
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -26,7 +26,7 @@
app:layout_constraintStart_toStartOf="@id/avatar"
app:layout_constraintTop_toTopOf="@id/avatar" />
<org.thoughtcrime.securesms.components.FromTextView
<org.thoughtcrime.securesms.components.emoji.EmojiTextView
android:id="@+id/sender"
android:layout_width="0dp"
android:layout_height="wrap_content"

Wyświetl plik

@ -6,7 +6,7 @@
android:layout_marginStart="@dimen/dsl_settings_gutter"
android:layout_marginEnd="@dimen/dsl_settings_gutter">
<org.thoughtcrime.securesms.components.FromTextView
<org.thoughtcrime.securesms.components.emoji.EmojiTextView
android:id="@+id/sender"
android:layout_width="0dp"
android:layout_height="wrap_content"