https://kotlinlang.org logo
#compose
Title
# 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
not sure if it’s the best way but you could hoist the
lazyListState
and animate visibility depending on it like this
7 Views