Has anyone got scrolling app bars working with des...
# compose-desktop
g
Has anyone got scrolling app bars working with desktop? It seems like it works on every platform except desktop. See: https://developer.android.com/jetpack/compose/components/app-bars#scroll
https://github.com/JetBrains/compose-multiplatform/issues/653 suggests that it was fixed in 1.6.0, but I'm seeing the same behavior.
s
Did you try the sample code from the associated PR?
g
I just did, which also did not collapse.
s
It didn't land before 1.6.0.
I didn't try the 1.6.10 dev build. It's probably on there. He said that scrollbars still don't work though, but it's a known issue.
g
I thought all the dev builds got wrapped up into the stable release this morning? Let me go try the most recent dev
s
g
Yup you're right. In my head I read that as a freeze for the beta, not the final and assumed it'd get picked up in the next beta. My bad, that's why I was confused it still wasn't working.
Yup it's fixed in this morning's dev.
s
Cool, scrollbar too?
g
I don't see a scrollbar, no
s
Yeah, scrollbar still doesn't hide the app bar.
a
I’ll fix that for 1.6.10 hopefully