Assigned
Status Update
Comments
an...@google.com <an...@google.com>
ma...@google.com <ma...@google.com> #2
Seeing the same issue in ModalBottomSheet from material3-android -> 1.4.0-alpha05
.
Description
Jetpack Compose version: androidx.compose.foundation:foundation 1.7.5 and below
Jetpack Compose component(s) used: LazyVerticalStaggeredGrid
Android Studio Build: N/A
Kotlin version: 2.0
Steps to Reproduce or Code Sample to Reproduce:
There's a user reporting the exact same issue in StackOverflow a year ago.
Note that in the attached code if I simply replace LazyVerticalStaggeredGrid with LazyVerticalGrid then pull to refresh will work just fine.
Another related issue that the LazyVerticalStaggeredGrid has is that
modifier.nestedScroll(nestedScrollInterop)
doesn't work well with XML CoordinatorLayout when nesting a ComposeView to play well with collapsing toolbar. But that is another matter, although could be related to the component not properly dispatching scroll events.Please let me know if there's any extra info you need to look into this.