mirror of
https://codeberg.org/anoncontributorxmr/mysu.git
synced 2024-11-25 00:42:32 +00:00
chore: fix password autofill not working
This commit is contained in:
parent
d71350f80c
commit
5d0fc843aa
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue