mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-24 03:36:51 +00:00
feat: Extend play toggle functionality to include additional enter key inputs
This commit is contained in:
@@ -71,7 +71,9 @@ internal fun TvPlayerSeekBar(
|
||||
true
|
||||
}
|
||||
|
||||
Key.Enter -> {
|
||||
Key.DirectionCenter,
|
||||
Key.Enter,
|
||||
Key.NumPadEnter -> {
|
||||
togglePlayState()
|
||||
true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user