onebone/compose-collapsing-toolbar

ExitUntilCollapsed strategy does not set OffsetY in ScrollStrategy

Closed this issue · 1 comments

I noticed for this specific strategy offsetY is always 0. It appears it's missing the call to doScroll inside of its nestedScroll implementation. Is there another way I'm not seeing it gets set or another way to get the offsetY in exitUntilCollapsed?
If not, I could create a PR to address this issue. Let me know!

I see now it's given by parallax instead. 👍 closing