mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
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:
parent
b42aa297f6
commit
4d34c977c8
1 changed files with 2 additions and 0 deletions
|
|
@ -291,6 +291,8 @@ fun PlaybackOverlay(
|
|||
state = OverlayViewState.CONTROLLER
|
||||
}
|
||||
true
|
||||
} else if (isDown(e)) {
|
||||
true
|
||||
} else {
|
||||
false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue