https://kotlinlang.org logo
#compose
Title
# compose
j

Joaquim

09/09/2020, 8:31 PM
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

Zach Klippenstein (he/him) [MOD]

09/09/2020, 8:33 PM
j

Joaquim

09/09/2020, 8:34 PM
nice!
a

Adam Powell

09/10/2020, 12:13 AM
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

Zach Klippenstein (he/him) [MOD]

09/10/2020, 12:28 AM
so what you’re saying is the CL is suspended
a

Adam Powell

09/10/2020, 12:30 AM
something like that 🙃
j

Joaquim

09/10/2020, 10:31 PM
oh noes
wondering if there’s something i can leverage right now to “hack” it, i’m thinking maybe passing my own
ScrollableController
a

Adam Powell

09/11/2020, 12:10 AM
imo fork the whole thing if you need something right now
👍 1
2 Views