Fix player queue/segments list buttons not focusable with DPAD
Now the in-player play queue and the segments list are closeable
This commit is contained in:
parent
627b4c8b14
commit
a0bbcd2fee
2 changed files with 4 additions and 3 deletions
|
|
@ -3215,6 +3215,9 @@ public final class Player implements
|
|||
binding.itemsListPanel.setTranslationY(
|
||||
-binding.itemsListPanel.getHeight() * 5);
|
||||
});
|
||||
|
||||
// clear focus, otherwise a white rectangle remains on top of the player
|
||||
binding.itemsListClose.clearFocus();
|
||||
binding.playPauseButton.requestFocus();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue