Skip to content

Commit e5af1c9

Browse files
committed
Seeking no longer pauses the played video
1 parent aad5e26 commit e5af1c9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

app/src/main/java/org/schabi/newpipe/player/ui/VideoPlayerUi.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -602,9 +602,6 @@ public void onStartTrackingTouch(final SeekBar seekBar) {
602602
}
603603

604604
player.saveWasPlaying();
605-
if (player.isPlaying()) {
606-
player.getExoPlayer().pause();
607-
}
608605

609606
showControls(0);
610607
animate(binding.currentDisplaySeek, true, DEFAULT_CONTROLS_DURATION,

0 commit comments

Comments
 (0)