Skip to content

Commit

Permalink
[android] enableOnBackInvokedCallback for predictive back gesture
Browse files Browse the repository at this point in the history
  • Loading branch information
ferraridamiano committed Feb 4, 2024
1 parent 4d27a3e commit 63a4714
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
<application
android:name="${applicationName}"
android:label="Converter NOW"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/ic_launcher"
android:enableOnBackInvokedCallback="true">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
Expand Down

0 comments on commit 63a4714

Please sign in to comment.