<Is there a way to check if user has scrolled befo...
# stackoverflow
u
Is there a way to check if user has scrolled before Is there a way in Kotlin and jetpack composes Lazylists to check if the user has scrolled the list before checking if it stopped? I know that there is a state of isScrollInproggress but if you ask if !isScrollinproggress then this will be true from the start before the user has eaven scrolled once. So my question is is there like a scrollended state to get a hold of or am i screwed?