fix(android): disable back invoked callback

Testing if this fixes the bug I'm seeing

Fixes COMPOSE-LOBSTERS-2X
This commit is contained in:
Harsh Shandilya 2024-04-24 23:31:35 +05:30
parent c8eaf8d769
commit 5abb5f109b

View file

@ -11,7 +11,6 @@
<application
android:name=".ClawApplication"
android:dataExtractionRules="@xml/data_extraction_rules"
android:enableOnBackInvokedCallback="true"
android:fullBackupContent="@xml/full_backup_content"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"