Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
pr...@google.com <pr...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
Jetpack Compose version: 1.7.0 SNAPSHOT
Jetpack Compose component used: Animation
SharedTransitionScope
has a propertyval coroutineScope: CoroutineScope
, and it's public. I can't think of a reason any user would want to launch something into that scope, so I think that property could be internal.