damontecres / StashAppAndroidTV

Android TV App for Stash
GNU Affero General Public License v3.0
84 stars 4 forks source link

Fixes performer tab focus issues #293

Closed damontecres closed 4 months ago

damontecres commented 4 months ago

Related to #288

I haven't been able to reproduce the issue in #288, so I don't know if this PR will fix it, but this PR doesn't break anything either.

Specify the focus-down views for the performer tabs to be the ViewPager which holds the scene grid. This should mean that when a tab is focused, pressing D-Pad down will always focus down to the ViewPager.