Skip to content

Commit 3b2cca1

Browse files
committed
android:enableOnBackInvokedCallback="true"
1 parent 14994cb commit 3b2cca1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<application
33
android:label="example"
44
android:name="${applicationName}"
5-
android:icon="@mipmap/ic_launcher">
5+
android:icon="@mipmap/ic_launcher"
6+
android:enableOnBackInvokedCallback="true">
67
<activity
78
android:name=".MainActivity"
89
android:exported="true"

0 commit comments

Comments
 (0)