Skip to content

Commit

Permalink
Add enableOnBackInvokedCallback attribute to
Browse files Browse the repository at this point in the history
AndroidManifest.xml
  • Loading branch information
RyosukeCla committed Feb 12, 2024
1 parent 305ee87 commit 4ad629f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.NativebrikAndroid"
android:enableOnBackInvokedCallback="true"
tools:targetApi="31">
<activity
android:name=".MainActivity"
Expand Down

0 comments on commit 4ad629f

Please sign in to comment.