From 6fa930aa9fa51e289d4765fe08f317cf3e8c2152 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Sat, 11 Mar 2023 20:18:27 -0300 Subject: [PATCH] Revert "feat: add android 14s predictive back gesture. Fixes #116" This reverts commit 736ec4dbf9480ed0a1c8b444db8583259ce67309. --- mastodon/src/main/AndroidManifest.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/mastodon/src/main/AndroidManifest.xml b/mastodon/src/main/AndroidManifest.xml index 319a77537..9a58cd0c3 100644 --- a/mastodon/src/main/AndroidManifest.xml +++ b/mastodon/src/main/AndroidManifest.xml @@ -24,7 +24,6 @@ android:allowBackup="true" android:label="@string/mo_app_name" android:supportsRtl="true" - android:enableOnBackInvokedCallback="true" android:localeConfig="@xml/locales_config" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round"