Skip to content

Commit

Permalink
Merge pull request #3362 from deltachat/adb/issue-3355
Browse files Browse the repository at this point in the history
auto-focus group name field
  • Loading branch information
adbenitez authored Oct 14, 2024
2 parents a118c33 + f7bd609 commit e5b8e48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/res/layout/group_create_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
android:lines="1"
android:maxLength="255"
android:inputType="textAutoCorrect"
android:hint="@string/group_name" />
android:hint="@string/group_name">
<requestFocus />
</org.thoughtcrime.securesms.components.emoji.EmojiEditText>
</LinearLayout>

<TextView
Expand Down

0 comments on commit e5b8e48

Please sign in to comment.