We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17301db + ab6078c commit 6cf7bc4Copy full SHA for 6cf7bc4
Jetsnack/app/src/main/AndroidManifest.xml
@@ -23,8 +23,8 @@
23
android:label="@string/app_name"
24
android:supportsRtl="true"
25
android:theme="@style/Theme.Jetsnack"
26
-
27
- >
+ android:enableOnBackInvokedCallback="true"
+ tools:targetApi="33">
28
<receiver
29
android:name=".widget.RecentOrdersWidgetReceiver"
30
android:label="@string/snack_order_widget_name"
0 commit comments