feat: enable onBackInvokedCallback in AndroidManifest and refine back handling in ChatsListScreen

This commit is contained in:
2026-02-12 20:19:39 +05:00
parent e208ce050a
commit 899d79c9fd
2 changed files with 4 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
<application
android:name=".RosettaApplication"
android:allowBackup="true"
android:enableOnBackInvokedCallback="false"
android:enableOnBackInvokedCallback="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"