I am using the TvLazyRow
composable from the jetpack compose for tv library and using PivotOffsets to position the focused item at a fixed position in the row.
When I scroll the row to the very end, the fixed position value is not respected and the focusable item goes to the very end.
How do keep the position fixed even when scrolling to the very end or beginning?
Observed behaviour:
Desired behaviour: