From 736ec4dbf9480ed0a1c8b444db8583259ce67309 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Sat, 11 Mar 2023 20:14:58 -0300 Subject: [PATCH] feat: add android 14s predictive back gesture. Fixes #116 --- mastodon/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mastodon/src/main/AndroidManifest.xml b/mastodon/src/main/AndroidManifest.xml index 9a58cd0c3..319a77537 100644 --- a/mastodon/src/main/AndroidManifest.xml +++ b/mastodon/src/main/AndroidManifest.xml @@ -24,6 +24,7 @@ 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"