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
135 stars 17 forks source link

Add API to observe focus losses #257

Closed rubensousa closed 2 months ago

rubensousa commented 2 months ago

Currently, this is only possible with manual effort on client side. Goal here is to facilitate observing events for focus losses, since it's already possible to observe focus gain easily