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.
mo...@google.com <mo...@google.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!
Description
Jetpack Compose version: 2024.09.03 Jetpack Compose component used: androidx.compose.ui:ui, androidx.compose.material3:material3 Android Studio Build: Android Studio Koala Feature Drop | 2024.1.2 Patch 1 Kotlin version: 2.0.20
Steps to Reproduce or Code Sample to Reproduce:
I have raised this earlier in Compose slack channel athttps://kotlinlang.slack.com/archives/C04TPPEQKEJ/p1726828440746889?thread_ts=1726393625.250919&cid=C04TPPEQKEJ
As per Doris reply, it seems that issue can be with seekable transition(she is not sure though)