fix #160 - consistent position of widget container

This commit is contained in:
Josia Pietsch 2025-05-12 15:01:33 +02:00
parent 23bc58806c
commit 22e44ca9f2
Signed by: jrpie
GPG key ID: E70B571D66986A2D
7 changed files with 77 additions and 43 deletions

View file

@ -27,6 +27,7 @@
android:exported="false" />
<activity
android:name=".ui.widgets.manage.ManageWidgetsActivity"
android:configChanges="orientation|screenSize"
android:exported="false"
android:theme="@style/launcherHomeTheme" />
<activity