does anyone else have a problem with scroll positi...
# compose
f
does anyone else have a problem with scroll position not being retained by the LazyColumn? talking about beta07
z
On navigation? Are you using jetpack nav for compose? Might be related to this bug
❤️ 1
f
yes, navigation and using paging Thank you for the prompt response
also i'm suffering from this bug too https://issuetracker.google.com/issues/188566058
in case people wondering why their scrollable items appear empty or don't appear at all
j
@Zach Klippenstein (he/him) [MOD] Does this sound related to the issue you reported?
z
If your lazy column is inside a compose-based navigation container, then possibly. That bug doesn’t have anything to do with lazylists specifically, so if nested references to unstable objects is a required condition then it’s probably different.