From ed89b44d3b7d476011d8d3e97300f9e309bd9e07 Mon Sep 17 00:00:00 2001 From: Mathias-Boulay Date: Mon, 13 Jan 2025 01:09:54 +0100 Subject: [PATCH] tweak(ui): make the keyboard shift the input For some reason, when entering the settings fragment, it would have this behavior. --- app_pojavlauncher/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app_pojavlauncher/src/main/AndroidManifest.xml b/app_pojavlauncher/src/main/AndroidManifest.xml index 740e44964b..ebaf69481c 100644 --- a/app_pojavlauncher/src/main/AndroidManifest.xml +++ b/app_pojavlauncher/src/main/AndroidManifest.xml @@ -55,7 +55,8 @@ + android:label="@string/app_short_name" + android:windowSoftInputMode="adjustResize"/>