Fix login autofill (closes #1469)

This commit is contained in:
Koitharu
2025-07-05 10:13:12 +03:00
parent aafefffc27
commit 98abffa67b
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@
android:id="@+id/edit_email"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:autofillHints="emailAddress"
android:autofillHints="username"
android:hint="@string/email"
android:imeOptions="actionNext"
android:inputType="textEmailAddress"

View File

@@ -63,7 +63,7 @@
android:id="@+id/edit_email"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:autofillHints="emailAddress"
android:autofillHints="username"
android:imeOptions="actionDone"
android:inputType="textEmailAddress"
android:singleLine="true"