Join Slack
Powered by
How can I hide the TopAppBar when scrolling a Lazy...
# compose
s
spencer
01/14/2021, 9:54 PM
How can I hide the TopAppBar when scrolling a LazyList like I would typically do with a CoordinatorLayout?
c
Cyril Find
01/15/2021, 10:06 AM
Untitled
Cyril Find
01/15/2021, 10:06 AM
not sure if it’s the best way but you could hoist the
lazyListState
and animate visibility depending on it like this
10
Views
Open in Slack
Previous
Next