Can't Repro
Status Update
Comments
dm...@gmail.com <dm...@gmail.com> #2
Can you try with the latest snapshot? Not reproducible for me on androidx-main.
ti...@google.com <ti...@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: 1.6.0-alpha05, 1.5.1.
Jetpack Compose component used: LazyColumn.
Kotlin version: 1.9.10.
Description: I scroll a lazy column to the bottom, then I tap on a text field or other focusable item, then when I start to scroll the list to top, the app crashes at the moment the last pixel of the focused field goes away from the viewport. It's 100% reproducable. I know that a repro worth more than all descriptions, but I failed to isolate the issue yet. I'll add a repro in a comment later if I finally do it. Hope the stacktrace says something.
Stack trace: