Status Update
Comments
kc...@google.com <kc...@google.com> #2
I'm seeing this as well, and it's happening after navigating to a screen that does not even use compose dependencies. Our flow is:
Non Compose fragment -> Compose fragment -> Non compose fragment -> This crash immediately
Currently troubleshooting, but coming up empty and cannot reproduce on my device, but seeing crashes on client devices.
Non Compose fragment -> Compose fragment -> Non compose fragment -> This crash immediately
Currently troubleshooting, but coming up empty and cannot reproduce on my device, but seeing crashes on client devices.
ma...@mindera.com <ma...@mindera.com> #3
What devices and API levels are you seeing this issue?
Description
Samsung S8 with Android 9
Fatal Exception: java.lang.NullPointerException Attempt to invoke virtual method 'java.lang.String android.content.Context.getString(int)' on a null object reference androidx.biometric.BiometricFragment$2$1.run (BiometricFragment.java:86)
Unfortunately I don't have much more info to go with.