Answer from Nov 2024: Remove this android:enableOnBackInvokedCallback="true" from your Manifest (application tags) and onBackPressed will work in regular way.
android:enableOnBackInvokedCallback="true"