From fcdf02ed9be3522477e9cbbec42e988087c09c77 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 27 Apr 2025 18:26:48 +0300 Subject: [PATCH] add predictive back gesture --- android/app/src/main/AndroidManifest.xml | 3 ++- lib/main.dart | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 98745e5..9a5c530 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -3,7 +3,8 @@ + android:icon="@mipmap/ic_launcher" + android:enableOnBackInvokedCallback="true">