Skip to content
Snippets Groups Projects
Commit 7d01868a authored by Taras's avatar Taras
Browse files

Add enableOnBackInvokedCallback to manifest

parent 4823550e
No related branches found
No related tags found
No related merge requests found
......@@ -19,12 +19,14 @@
<application
android:name=".App"
android:allowBackup="false"
android:enableOnBackInvokedCallback="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Circles"
tools:ignore="DataExtractionRules">
tools:ignore="DataExtractionRules"
tools:targetApi="tiramisu">
<activity
android:name=".feature.settings.active_sessions.verify.qr.QrScannerActivity"
android:exported="false"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment