Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Please ensure this works with LazyColumn
, LazyRow
and LazyVerticalGrid
when this change is implemented. Thanks!
ap...@google.com <ap...@google.com> #3
Thanks Nick, LazyList is the internal component that all these composables are built out of.
an...@google.com <an...@google.com>
ap...@google.com <ap...@google.com> #4
If I could add a small additional feature request here:
Hopefully the implementation of focus scrolling in lazy lists leaves room for the easy customization / overriding of the behavior, since TV UI often has unique snapping requirements around the focused item.
I've started to come up with my own compose API for this, and while I'm happy with the results so far, I'm hoping that any future built-in scrolling functionality will play nicely with it, or as a better alternative - provide all of the necessary configurations.
Description