Hey there! Do you know if there's any feature-requ...
# compose
x
Hey there! Do you know if there's any feature-request for having Collapsing Toolbar on Material? This search on the IssueTracker doesn't seem to find it. I'm currently using compose-collapsing-toolbar but I'm facing an issue when having it in combination with
PullRefreshIndicator
and it doesn't seem like the library is still maintained. I know there are some Medium posts with cool implementations, but I don't know if there may be some edge cases with those.
g
https://developer.android.com/jetpack/compose/components/app-bars#scroll Doesn't scaffold and topappbar do this? Or am I misunderstanding your use case?
x
That's interesting, maybe I can achieve what I need with
TopAppBar
+
Scaffold
. Thanks for the info!