Merge pull request #5562 from mbarashkov/hardware_keyboard_space_shortcut_v2
Implement "pause/play" toggle on hardware keyboard space button.
This commit is contained in:
commit
8271409afe
3 changed files with 5 additions and 0 deletions
|
|
@ -1853,6 +1853,7 @@ public final class VideoDetailFragment
|
|||
|
||||
if (fullscreen) {
|
||||
hideSystemUiIfNeeded();
|
||||
binding.overlayPlayPauseButton.requestFocus();
|
||||
} else {
|
||||
showSystemUi();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue