Hi, we have implemented a widget with Glance that uses
actionRunCalback
with an action that uses a deeplink to open the app. We're doing this because our Glance widget is in a different module than our
MainActivity
and then to avoid
CircularDependencyException
. However, we're seeing a rather strange error from Crashlytics saying
java.lang.IllegalArgumentException: List adapter activity trampoline invoked without specifying target intent.
. I saw that there was a check in
ActionTrampoline.kt
that could throw this. Has anyone else seen this before?
😄
Stacktrace in thread
🧵