Use textNoSuggestions type for username input instead.

This commit is contained in:
Wisha Wa
2020-10-02 06:48:43 +00:00
parent 9947a23343
commit 0b7eb96e48

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2019 Jeremy Jamet / Kunzisoft.
This file is part of KeePassDX.
KeePassDX is free software: you can redistribute it and/or modify
@@ -78,7 +78,7 @@
android:id="@+id/entry_edit_user_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="text"
android:inputType="textNoSuggestions"
android:importantForAccessibility="no"
android:importantForAutofill="no"
android:maxLines="1"
@@ -251,4 +251,4 @@
</LinearLayout>
</androidx.cardview.widget.CardView>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>