Add support for predictive back navigation

This commit is contained in:
Grishka
2024-06-09 21:17:01 +03:00
parent 767e414c94
commit 513b29f57d
17 changed files with 144 additions and 133 deletions

View File

@@ -33,7 +33,8 @@
android:supportsRtl="true"
android:icon="@mipmap/ic_launcher"
android:theme="@style/Theme.Mastodon.AutoLightDark"
android:largeHeap="true">
android:largeHeap="true"
android:enableOnBackInvokedCallback="true">
<meta-data
android:name="com.google.mlkit.vision.DEPENDENCIES"