mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 02:57:04 +05:30
fix(android): disable back invoked callback
Testing if this fixes the bug I'm seeing Fixes COMPOSE-LOBSTERS-2X
This commit is contained in:
parent
c8eaf8d769
commit
5abb5f109b
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@
|
||||||
<application
|
<application
|
||||||
android:name=".ClawApplication"
|
android:name=".ClawApplication"
|
||||||
android:dataExtractionRules="@xml/data_extraction_rules"
|
android:dataExtractionRules="@xml/data_extraction_rules"
|
||||||
android:enableOnBackInvokedCallback="true"
|
|
||||||
android:fullBackupContent="@xml/full_backup_content"
|
android:fullBackupContent="@xml/full_backup_content"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue