From 4d04741fe000af8a9d833c84ecb0d3bf7d09c9a0 Mon Sep 17 00:00:00 2001 From: FineFindus <63370021+FineFindus@users.noreply.github.com> Date: Sat, 11 Mar 2023 13:01:11 +0100 Subject: [PATCH] feat(welcome): use URI InputType (#454) --- mastodon/src/main/res/layout/header_welcome_custom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/src/main/res/layout/header_welcome_custom.xml b/mastodon/src/main/res/layout/header_welcome_custom.xml index ed6bda666..ea6c2a9e7 100644 --- a/mastodon/src/main/res/layout/header_welcome_custom.xml +++ b/mastodon/src/main/res/layout/header_welcome_custom.xml @@ -36,7 +36,7 @@ android:layout_marginTop="16dp" android:layout_marginBottom="8dp" android:layout_marginHorizontal="16dp" - android:inputType="textFilter|textNoSuggestions" + android:inputType="textUri|textNoSuggestions" android:singleLine="true" android:imeOptions="actionGo" android:drawableStart="@drawable/ic_fluent_globe_20_regular"