Guyz! Is this the known issue? When I call `animat...
# compose
k
Guyz! Is this the known issue? When I call
animateScrollToItem(0)
in a
LazyColumn
that has a
ScrollableTabRow
in
stickyHeader
the scroll lags a lot, and if I remove the
ScrollableTabRow
, it scrolls just fine. CMP -> 1.7.0 Kotlin -> 2.0.20 Code -> https://github.com/7kashif/ComposeMPTweaks/blob/main/shared/src/commonMain/kotlin/com/kashif/composemptweaks/App.kt