Skip to content

Commit

Permalink
tweak(ui): make the keyboard shift the input
Browse files Browse the repository at this point in the history
For some reason, when entering the settings fragment, it would have this behavior.
  • Loading branch information
Mathias-Boulay committed Jan 13, 2025
1 parent efcfcfb commit 87b0b9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app_pojavlauncher/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
</activity>
<activity
android:name=".LauncherActivity"
android:label="@string/app_short_name" />
android:label="@string/app_short_name"
android:windowSoftInputMode="adjustResize"/>
<activity
android:name=".ImportControlActivity"
android:configChanges="keyboard|keyboardHidden"
Expand Down

0 comments on commit 87b0b9f

Please sign in to comment.