Some process launched by and SDK in my Android app...
# multiplatform
c
Some process launched by and SDK in my Android app is crashing
java.lang.IllegalStateException: Android context is not initialized. If it happens in the Preview mode then call PreviewContextConfigurationEffect() function.
I suspect this has to do with how Compose resources constructs the context. I'm wondering if anyone is aware of a workaround for this.
👍 1