fix: disable predictive back on Android

Fixes #1551
This commit is contained in:
tapframe 2026-07-15 15:08:31 +05:30
parent fe1bc880b2
commit 60cde302ab

View file

@ -10,6 +10,7 @@
<application
android:allowBackup="false"
android:enableOnBackInvokedCallback="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:usesCleartextTraffic="true"