mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-08 20:08:35 +00:00
Prevent autofill for username editor.
This commit is contained in:
parent
b3555f2f94
commit
d16c0d2887
@ -27,6 +27,7 @@
|
|||||||
android:layout_marginEnd="16dp"
|
android:layout_marginEnd="16dp"
|
||||||
android:hint="@string/UsernameEditFragment_username"
|
android:hint="@string/UsernameEditFragment_username"
|
||||||
android:imeOptions="actionDone"
|
android:imeOptions="actionDone"
|
||||||
|
android:importantForAutofill="no"
|
||||||
android:inputType="text"
|
android:inputType="text"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:minHeight="56dp"
|
android:minHeight="56dp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user