When in Fullscreen playback mode, toggle play/pause with the hardware Space button.

This commit is contained in:
Mikhail Barashkov 2021-01-01 23:23:59 +02:00
parent a8866a65c8
commit 534dfa14dc
2 changed files with 7 additions and 0 deletions

View file

@ -1891,8 +1891,10 @@ public final class VideoDetailFragment
if (fullscreen) {
hideSystemUiIfNeeded();
viewPager.setVisibility(View.GONE);
} else {
showSystemUi();
viewPager.setVisibility(View.VISIBLE);
}
if (relatedStreamsLayout != null) {