Merge branch 'TeamNewPipe:dev' into feature_pr

This commit is contained in:
Sandip Low 2026-02-22 01:03:42 +05:30 committed by GitHub
commit 8f6d6a60b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,6 +47,9 @@ abstract class BasePlayerGestureListener(
startMultiDoubleTap(event)
} else if (portion === DisplayPortion.MIDDLE) {
player.playPause()
if (player.isPlaying) {
playerUi.hideControls(0, 0)
}
}
}