Assigned
Status Update
Comments
ti...@google.com <ti...@google.com> #2
Can you try with the latest snapshot? Not reproducible for me on androidx-main.
No update yet.
Can you try with the latest snapshot? Not reproducible for me on androidx-main.
Description
Jetpack Compose version:1.7.4 Jetpack Compose component used: A copy of Modifier.animateBounds()
The APIs used in
Modifier.animateBounds
are public and available in Compose 1.7+, so I made a copy in my Compose 1.7.4 project (this may also be the reason for my crash). I have mapped the lines in my stacktrace to their equivalent lines in AOSP.I don't have concrete repro steps as it happens sporadically, but I have
movableContent
which usesModifier.animateBounds
insidemovableContent
that also usesModifier.animateBounds
. The crash occurs when both are being moved simultaneously.It seems the
directManipulationParents
field inBoundsTransformDeferredAnimation
may become invalid over time as they detach.Stack trace (if applicable):