feat: add android 14s predictive back gesture. Fixes #116

This commit is contained in:
LucasGGamerM 2023-03-11 20:14:58 -03:00
parent 04ed9e76f2
commit 736ec4dbf9
1 changed files with 1 additions and 0 deletions

View File

@ -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"