Skip to content

Commit

Permalink
fix: back button closing the app from any page
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAabedKhan authored and oSumAtrIX committed Sep 7, 2023
1 parent b6ee63c commit 2bf6a03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
android:icon="@mipmap/ic_launcher"
android:largeHeap="true"
android:requestLegacyExternalStorage="true"
android:extractNativeLibs="true"
android:enableOnBackInvokedCallback="true">
android:extractNativeLibs="true">
<activity
android:name=".MainActivity"
android:exported="true"
Expand Down

0 comments on commit 2bf6a03

Please sign in to comment.