From bc4239dd9fc6ba8e99fb95b0ff696287e82dbad5 Mon Sep 17 00:00:00 2001 From: Laconix Date: Tue, 17 Dec 2024 03:46:46 +0000 Subject: [PATCH] Turn off predictive back gesture to fix hardware back button not working in android 13 or higher --- src/android/app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml index b037fc055..9a792c662 100644 --- a/src/android/app/src/main/AndroidManifest.xml +++ b/src/android/app/src/main/AndroidManifest.xml @@ -28,7 +28,7 @@ SPDX-License-Identifier: GPL-3.0-or-later android:banner="@drawable/tv_banner" android:fullBackupContent="@xml/data_extraction_rules" android:dataExtractionRules="@xml/data_extraction_rules_api_31" - android:enableOnBackInvokedCallback="true"> + android:enableOnBackInvokedCallback="false">