Skip to content

Commit

Permalink
Prevent autofill for username editor.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-signal authored and greyson-signal committed Sep 1, 2020
1 parent b3555f2 commit d16c0d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/username_edit_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
android:layout_marginEnd="16dp"
android:hint="@string/UsernameEditFragment_username"
android:imeOptions="actionDone"
android:importantForAutofill="no"
android:inputType="text"
android:maxLines="1"
android:minHeight="56dp"
Expand Down

0 comments on commit d16c0d2

Please sign in to comment.