chore: fix password autofill not working

This commit is contained in:
- 2024-09-29 20:37:03 +02:00
parent d71350f80c
commit 5d0fc843aa

View file

@ -29,6 +29,7 @@
android:id="@+id/wallet_password_edittext"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:autofillHints="password"
android:layout_marginStart="24dp"
android:layout_marginBottom="16dp"
android:background="@drawable/edittext_bg"