How can I get `BottomAppBar` to hide when I scroll...
# compose
l
How can I get
BottomAppBar
to hide when I scroll down in my
ScrollableColumn
?
c
I haven't really worked with compose too deeply but from what I learned from lurking around here you'll likely want to hoist the scroll state out of the column so that it can be observed by your bottom bar.