The quick fix is to disable the predictive back press in the application itself. This should be ideally fixed by admob but for now we can work with this as it disables the back press in the admob ads:
in your manifest file under application tag: use
    <application 
        android:enableOnBackInvokedCallback="false" />