rubensousa / DpadRecyclerView

A RecyclerView built for Android TV with Compose in mind and as a replacement for Leanback's BaseGridView.
https://rubensousa.github.io/DpadRecyclerView/
Apache License 2.0
136 stars 17 forks source link

Fix focus order when subpositions are used #271

Closed rubensousa closed 1 month ago

rubensousa commented 1 month ago
  1. Have a nested list with 2 sub positions
  2. Scroll down when sub position 0 is focused
  3. Sub position 1 is focused
  4. Scroll down
  5. Another item is focused
  6. Scroll up
  7. Observe

Expected: sub position 1 is focused Actual: sub position 0 is focused

rubensousa commented 1 month ago

Not reproducible in the sample, so closing