From 424b6c88c6aa6a1a11e3245c24de1414942dddea Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Mon, 15 Jun 2026 07:05:30 +0200 Subject: [PATCH] try to address resizing issues --- apps/weblibre/android/app/src/main/AndroidManifest.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/weblibre/android/app/src/main/AndroidManifest.xml b/apps/weblibre/android/app/src/main/AndroidManifest.xml index c758d1c8..9cbe60e2 100644 --- a/apps/weblibre/android/app/src/main/AndroidManifest.xml +++ b/apps/weblibre/android/app/src/main/AndroidManifest.xml @@ -94,6 +94,7 @@ android:taskAffinity="${applicationId}.task" android:theme="@style/LaunchTheme" android:supportsPictureInPicture="true" + android:resizeableActivity="true" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" android:windowSoftInputMode="adjustResize"> @@ -271,9 +272,14 @@ android:name="io.flutter.embedding.android.EnableImpeller" android:value="false" /> + + android:value="false" />