I have implemented nested scroll app bar with `Mod...
# compose
k
I have implemented nested scroll app bar with
Modifier.nestedScroll
, I want the app bar to snap to a fully shown / hidden position after. Which method should I use to listen that the user has stopped scrolling?
a
@matvei
m
in
onPostFling
there's no more scroll happening, seems like a good callback to react to
🙏 1