1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-06-02 18:52:10 +00:00

Hide controls when resuming playback via double tap

Remove redundant comment about hiding controls on double tap
This commit is contained in:
Alex Popov
2026-01-10 01:26:10 +03:00
committed by tobigr
parent 52a9b60180
commit caebf8461a
@@ -47,6 +47,9 @@ abstract class BasePlayerGestureListener(
startMultiDoubleTap(event)
} else if (portion === DisplayPortion.MIDDLE) {
player.playPause()
if (player.currentState == Player.STATE_PLAYING) {
playerUi.hideControls(0, 0)
}
}
}