Fix issue when holding down on playback overylay queue (#237)

Fixes an issues where if the playback overlay is showing and there is a
queue of items, then holding the D-Pad down button would scroll down but
visually lose focus on the queue items.
This commit is contained in:
damontecres 2025-11-16 21:24:07 -05:00 committed by GitHub
parent b42aa297f6
commit 4d34c977c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -291,6 +291,8 @@ fun PlaybackOverlay(
state = OverlayViewState.CONTROLLER
}
true
} else if (isDown(e)) {
true
} else {
false
}