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

DpadRecyclerView shouldn't lose focus if adapter is cleared #231

Closed rubensousa closed 5 months ago

rubensousa commented 5 months ago

This behavior might seem a bit unexpected by clients of this library, so ideally focus should only be transferred if someone wants to move it.