[android] Hot fix for broken OnBackPressed

Signed-off-by: Andrei Shkrob <github@shkrob.dev>
This commit is contained in:
Andrei Shkrob
2025-07-07 17:31:45 +02:00
committed by Konstantin Pastbin
parent a036edc9c5
commit 0d9514bee9

View File

@@ -75,6 +75,7 @@
android:backupInForeground="true" android:backupInForeground="true"
android:fullBackupContent="@xml/backup_content" android:fullBackupContent="@xml/backup_content"
android:dataExtractionRules="@xml/backup_content_v31" android:dataExtractionRules="@xml/backup_content_v31"
android:enableOnBackInvokedCallback="false"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:label="@string/app_name" android:label="@string/app_name"
android:localeConfig="@xml/locales_config" android:localeConfig="@xml/locales_config"