Skip to content

Commit 41fad61

Browse files
Use custom NoAutofill field to avoid password manager issues
1 parent 7897a09 commit 41fad61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/res/layout/activity_edit_entry.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
app:passwordToggleTint="?attr/colorOnSurface"
198198
app:passwordToggleEnabled="true">
199199

200-
<com.google.android.material.textfield.TextInputEditText
200+
<com.beemdevelopment.aegis.ui.components.NoAutofillEditText
201201
android:id="@+id/text_secret"
202202
android:layout_width="match_parent"
203203
android:layout_height="wrap_content"

0 commit comments

Comments
 (0)