This commit is contained in:
Josia Pietsch 2024-10-04 15:47:28 +02:00
parent 88e13c04d1
commit af69f875af
Signed by: jrpie
GPG key ID: E70B571D66986A2D
7 changed files with 22 additions and 12 deletions

View file

@ -39,6 +39,7 @@
</activity>
<activity
android:name="de.jrpie.android.launcher.ui.list.ListActivity"
android:configChanges="orientation|screenSize"
android:windowSoftInputMode="adjustResize" >
</activity>
<activity
@ -51,7 +52,6 @@
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
</application>
</manifest>