From a364f87632178891ea2c34f5360a3c9cc7232413 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 30 Sep 2025 17:42:55 +0200 Subject: [PATCH] Explicitly define auto completion threshold --- app/src/main/res/layout/fragment_compose.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/main/res/layout/fragment_compose.xml b/app/src/main/res/layout/fragment_compose.xml index 40b6b3eda0..7a5f1dbcc6 100644 --- a/app/src/main/res/layout/fragment_compose.xml +++ b/app/src/main/res/layout/fragment_compose.xml @@ -89,6 +89,7 @@ android:layout_marginTop="12dp" android:layout_marginEnd="6dp" android:background="@null" + android:completionThreshold="2" android:dropDownVerticalOffset="0dp" android:hint="@string/title_to" android:imeOptions="actionNext" @@ -150,6 +151,7 @@ android:layout_marginTop="12dp" android:layout_marginEnd="6dp" android:background="@null" + android:completionThreshold="2" android:dropDownVerticalOffset="0dp" android:hint="@string/title_cc" android:imeOptions="actionNext" @@ -196,6 +198,7 @@ android:layout_marginTop="12dp" android:layout_marginEnd="6dp" android:background="@null" + android:completionThreshold="2" android:dropDownVerticalOffset="0dp" android:hint="@string/title_bcc" android:imeOptions="actionNext"