Assigned
Status Update
Comments
ju...@google.com <ju...@google.com> #2
Thanks Alex.
We have this work ongoing, forwarding to Siyamed to duplicate properly
No update yet.
Thanks Alex.
We have this work ongoing, forwarding to Siyamed to duplicate properly
Description
Version used: 1.5.0
Devices/Android versions reproduced on: Samsung S10 with Android 12
I got this crash in Crashlytics. Logs suggest it happens after the app is restarted after process death, since we use `EmojiPickerView` deep in nav graph, and the crash occurred a second after app start. I failed to replicate it. It seems to happen very rarely as this is the single recorded occurrence.
```
Fatal Exception: kotlin.UninitializedPropertyAccessException: lateinit property bodyAdapter has not been initialized
at androidx.emoji2.emojipicker.EmojiPickerView$2$onInitialized$1$1.invokeSuspend(EmojiPickerView.kt:131)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:101)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:313)
at android.app.ActivityThread.main(ActivityThread.java:8751)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1135)
```