Assigned
Status Update
Comments
as...@google.com <as...@google.com>
ti...@google.com <ti...@google.com> #2
Can you try with the latest snapshot? Not reproducible for me on androidx-main.
vi...@gmail.com <vi...@gmail.com> #3
Ok, after trying a couple more versions, realized this is a duplicate of
From the release notes:
AndroidView's update callback's first invocation will now be defered until the view is attached, instead of running when the composition that introduces the AndroidView is applied. This fixes a bug where the update callback wouldn't be invalidated if a state it read was changed immediately by an effect. (Ie9438,
) b/291094055
Sorry for the confusion!
ti...@google.com <ti...@google.com> #4
Could you share a minimum repro snippet/project to help us investigate the issue please? Thank you.
Description
Jetpack Compose component(s) used: Shared Transition Layout, Lazy Column, Constraint Layout (1.1.0), Navigation Compose (2.8.5)
Android Studio Build: Android Studio Iguana | 2023.2.1 Patch 2
Kotlin version: 1.9.22
Steps to Reproduce or Code Sample to Reproduce:
1. Lazy Column with nested images in a staggered grid layout, each image item having its URL as shared element key
2. On scrolling really fast in one direction, some image items are overlapping with rest of the content
3. Not happening on removing shared transition layout as root.