Skip to content

Commit 6cf7bc4

Browse files
authored
Add back-to-home Predictive Back animation (#1598)
2 parents 17301db + ab6078c commit 6cf7bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jetsnack/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
android:label="@string/app_name"
2424
android:supportsRtl="true"
2525
android:theme="@style/Theme.Jetsnack"
26-
27-
>
26+
android:enableOnBackInvokedCallback="true"
27+
tools:targetApi="33">
2828
<receiver
2929
android:name=".widget.RecentOrdersWidgetReceiver"
3030
android:label="@string/snack_order_widget_name"

0 commit comments

Comments
 (0)