Is there a way to have a `LazyColumn` start at a g...
# compose
j
Is there a way to have a
LazyColumn
start at a given position / offset to maintain scroll position across compositions? (like when navigating back to a list from a detail view)
z
j
nice!
a
this is getting held up in a rather major shift in how we do ownership and cancellation of the right to make changes to state over time via suspend apis, blame me for the delays, sorry 😅
z
so what you’re saying is the CL is suspended
a
something like that 🙃
j
oh noes
wondering if there’s something i can leverage right now to “hack” it, i’m thinking maybe passing my own
ScrollableController
a
imo fork the whole thing if you need something right now
👍 1