From 6ae6ff8484ee06f73723e9ee147b0b3133a7abe0 Mon Sep 17 00:00:00 2001 From: aur Date: Wed, 18 Oct 2023 22:35:08 +0900 Subject: [PATCH] Change imeOptions from actionNext to actionDone After entering an instance name on the login screen, the soft input method is now automatically hidden. --- .../main/res/layouts/mastodon/layout/fragment_login_main.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layouts/mastodon/layout/fragment_login_main.xml b/app/src/main/res/layouts/mastodon/layout/fragment_login_main.xml index 12a9a0a12..2dfece219 100644 --- a/app/src/main/res/layouts/mastodon/layout/fragment_login_main.xml +++ b/app/src/main/res/layouts/mastodon/layout/fragment_login_main.xml @@ -46,7 +46,7 @@ android:layout_height="wrap_content" android:dropDownAnchor="@id/login_instance_layout" android:hint="@string/instance_example" - android:imeOptions="actionNext" + android:imeOptions="actionDone" android:inputType="textWebEmailAddress" android:singleLine="true" />