Skip to content

Commit

Permalink
Merge pull request #100 from FineFindus/feat/custom-welcome-inputtype
Browse files Browse the repository at this point in the history
feat(custom-welcome): use URI InputType
  • Loading branch information
LucasGGamerM authored Feb 25, 2023
2 parents 5d11bee + cd027f1 commit 75f311b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mastodon/src/main/res/layout/header_welcome_custom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 75f311b

Please sign in to comment.