From 16449a14401d59cc83ead680e6a4e678a07d78c8 Mon Sep 17 00:00:00 2001 From: nyne Date: Sun, 14 Sep 2025 18:30:54 +0800 Subject: [PATCH] Change page transition animation for Android. --- android/app/src/main/AndroidManifest.xml | 1 + lib/components/navigation_bar.dart | 185 ++++++++++++----------- lib/foundation/app_page_route.dart | 10 +- 3 files changed, 105 insertions(+), 91 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 31ab6d7..5e07e1f 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -16,6 +16,7 @@ android:theme="@style/LaunchTheme" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" + android:enableOnBackInvokedCallback="true" android:windowSoftInputMode="adjustResize">