fix: back button closing the app from any page

This commit is contained in:
aAbed 2023-09-04 10:33:50 +05:45 committed by oSumAtrIX
parent b6ee63c1ea
commit 2bf6a03d56
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -25,8 +25,7 @@
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:largeHeap="true" android:largeHeap="true"
android:requestLegacyExternalStorage="true" android:requestLegacyExternalStorage="true"
android:extractNativeLibs="true" android:extractNativeLibs="true">
android:enableOnBackInvokedCallback="true">
<activity <activity
android:name=".MainActivity" android:name=".MainActivity"
android:exported="true" android:exported="true"