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"