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

Focus issue after touch event #188

Closed rubensousa closed 9 months ago

rubensousa commented 9 months ago

Steps:

  1. Use mouse in emulator to click inside a region of DpadRecyclerView
  2. Press any key event
  3. Observe

Actual: Focus does not change correctly to the element in the key direction

Expected: Focus behaves as usual