Remove android:enableOnBackInvokedCallback attribute from AndroidManifest.xml

This commit is contained in:
Dr-Blank 2024-05-20 09:31:04 -04:00
parent b2130a53cc
commit aefe5299ca
No known key found for this signature in database
GPG key ID: 7452CC63F210A266

View file

@ -8,7 +8,6 @@
<application <application
android:label="whispering_pages" android:label="whispering_pages"
android:name="${applicationName}" android:name="${applicationName}"
android:enableOnBackInvokedCallback="true"
android:icon="@mipmap/ic_launcher"> android:icon="@mipmap/ic_launcher">
<!-- android:name=".MainActivity" --> <!-- android:name=".MainActivity" -->
<activity <activity