From 57732c7242ebe53b2a4d89223b62ddea92205cb3 Mon Sep 17 00:00:00 2001 From: randogoth Date: Fri, 21 Feb 2025 00:29:41 +0200 Subject: [PATCH] fixes --- android/app/src/main/AndroidManifest.xml | 3 +- android/settings.gradle | 2 +- lib/main.dart | 153 +++++++++++++++-------- 3 files changed, 107 insertions(+), 51 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 42a6980..2c16406 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -11,7 +11,8 @@ android:theme="@style/LaunchTheme" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" - android:windowSoftInputMode="adjustResize"> + android:windowSoftInputMode="adjustResize" + android:enableOnBackInvokedCallback="true">