From 4d0790dceced2b6cc6c44dda6408e43a498bd6ad Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Wed, 19 Apr 2023 15:01:21 -0300 Subject: [PATCH] fix: fix keyboard moving over edittext views Merge this @sk22, as its particularly annoying for when editing account roles on a shorter screen --- mastodon/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mastodon/src/main/AndroidManifest.xml b/mastodon/src/main/AndroidManifest.xml index e2f1179d4..ecfee8e21 100644 --- a/mastodon/src/main/AndroidManifest.xml +++ b/mastodon/src/main/AndroidManifest.xml @@ -31,6 +31,7 @@ android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:theme="@style/Theme.Mastodon.AutoLightDark" + android:windowSoftInputMode="adjustPan" android:largeHeap="true">