Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
As it is known, there is a lazycolumn laggy issue in jetpack compose. Lazycolumn gets stuck while scrolling. It gives much better results when "rememberScrollState() with Column" is used instead of Lazycolumn.
I know this approach is wrong but it works much better.
Maybe it will help you solve this problem in the future.
Thank you