fix: apply URI InputType correctly

This commit is contained in:
FineFindus
2023-03-10 19:08:45 +01:00
parent 67e3244655
commit 30582bf8e3
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
android:layout_marginTop="16dp"
android:layout_marginBottom="8dp"
android:layout_marginHorizontal="16dp"
android:inputType="textFilter|textNoSuggestions|textUri"
android:inputType="textUri|textNoSuggestions"
android:singleLine="true"
android:imeOptions="actionGo"
android:drawableStart="@drawable/ic_fluent_globe_20_regular"