I'm using the <compose destinations> library for n...
# compose
z
I'm using the compose destinations library for navigation, and I also have in my apps scaffold code that makes scrolling cause the top bar to collapse down
Copy code
val orientation = LocalConfiguration.current.orientation
val scrollBehavior = TopAppBarDefaults.enterAlwaysScrollBehavior(rememberTopAppBarScrollState())
Problem is that I want it to reset the top bar to the original state, or at least make it the save to the destination its on