Fixed
Status Update
Comments
ju...@google.com <ju...@google.com>
ap...@google.com <ap...@google.com> #2
Same bug here.
I have a LazyVerticalGrid composable with around 100 elements (2 columns) and the scroll is already very laggy. With a SmallAppBar and a scrollbehavior, it is now very very laggy.
I have a LazyVerticalGrid composable with around 100 elements (2 columns) and the scroll is already very laggy. With a SmallAppBar and a scrollbehavior, it is now very very laggy.
ju...@google.com <ju...@google.com>
pr...@google.com <pr...@google.com> #3
Is this a LazyColumn
/LazyVerticalGrid
performance issue?
We've ported the behavior to material
(not material3
) and whenever LazyColumn
's size and position were being adjusted during a scroll, the scrolling was laggy.
We've also tried to make LazyColumn
fill the whole screen and adjust its contentPadding
instead, but we got the same result. The scrolling was laggy while contentPadding
was being adjusted.
Once the bar is collapsed, the performance seems okay again.
We use ExitUntilCollapsedScrollBehavior
.
Description
The following 17 lint issue(s) are suppressed in
src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java
. Please remove these suppressions inswiperefreshlayout/swiperefreshlayout/lint-baseline.xml
and address the associated issues.