Skip to content

Commit 8f6d6a6

Browse files
authored
Merge branch 'TeamNewPipe:dev' into feature_pr
2 parents 3e7cd92 + 232d023 commit 8f6d6a6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/src/main/java/org/schabi/newpipe/player/gesture/BasePlayerGestureListener.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ abstract class BasePlayerGestureListener(
4747
startMultiDoubleTap(event)
4848
} else if (portion === DisplayPortion.MIDDLE) {
4949
player.playPause()
50+
if (player.isPlaying) {
51+
playerUi.hideControls(0, 0)
52+
}
5053
}
5154
}
5255

0 commit comments

Comments
 (0)