Skip to content

Commit

Permalink
Respect emoji setting in profile/group name editing.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-signal committed Jun 17, 2020
1 parent fe89794 commit 2fb9514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/profile_create_fragment.xml
Expand Up @@ -121,7 +121,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/name_preview">

<EditText
<org.thoughtcrime.securesms.components.emoji.EmojiEditText
android:id="@+id/given_name"
style="@style/Signal.Text.Body"
android:layout_width="match_parent"
Expand All @@ -136,7 +136,7 @@
android:inputType="textPersonName"
android:singleLine="true" />

<EditText
<org.thoughtcrime.securesms.components.emoji.EmojiEditText
android:id="@+id/family_name"
style="@style/Signal.Text.Body"
android:layout_width="match_parent"
Expand Down

0 comments on commit 2fb9514

Please sign in to comment.