How can I hide the TopAppBar when scrolling a Lazy...
# compose
s
How can I hide the TopAppBar when scrolling a LazyList like I would typically do with a CoordinatorLayout?
c
not sure if it’s the best way but you could hoist the
lazyListState
and animate visibility depending on it like this