mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Disable password manager suggestions on new conversation search box.
This commit is contained in:
committed by
Greyson Parrelli
parent
96310ba1d0
commit
2c435ef751
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user