Disable password manager suggestions on new conversation search box.

This commit is contained in:
jeffrey-signal
2025-10-22 09:41:39 -04:00
committed by Greyson Parrelli
parent 96310ba1d0
commit 2c435ef751

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:viewBindingIgnore="true"
xmlns:app="http://schemas.android.com/apk/res-auto">
tools:viewBindingIgnore="true">
<LinearLayout
android:id="@+id/background_holder"
@@ -20,7 +20,7 @@
android:layout_height="match_parent"
android:orientation="horizontal">
<EditText
<org.thoughtcrime.securesms.components.NoAutofillEditText
android:id="@+id/search_view"
android:layout_width="0px"
android:layout_height="match_parent"