diff --git a/mastodon/src/main/res/layout/header_welcome_custom.xml b/mastodon/src/main/res/layout/header_welcome_custom.xml index 6fbccf3d96..c76e0100ea 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="textFilter|textNoSuggestions|textUri" android:singleLine="true" android:imeOptions="actionGo" android:drawableStart="@drawable/ic_fluent_globe_20_regular"