Prevent UsernameEditFragment from suggesting autofill.

This commit is contained in:
Greyson Parrelli
2026-09-10 17:10:15 -04:00
committed by Cody Henthorne
parent 94fcf2b2f1
commit 0a6e4fa152
@@ -5,6 +5,7 @@
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:importantForAutofill="noExcludeDescendants"
android:orientation="vertical">
<androidx.appcompat.widget.Toolbar