From e5af1c93aeadda204862e4643b7d10037c02d90a Mon Sep 17 00:00:00 2001 From: Jared Fantaye Date: Sat, 26 Nov 2022 15:35:13 +0100 Subject: [PATCH] Seeking no longer pauses the played video --- .../main/java/org/schabi/newpipe/player/ui/VideoPlayerUi.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/src/main/java/org/schabi/newpipe/player/ui/VideoPlayerUi.java b/app/src/main/java/org/schabi/newpipe/player/ui/VideoPlayerUi.java index 1709755f2..9fb4552b2 100644 --- a/app/src/main/java/org/schabi/newpipe/player/ui/VideoPlayerUi.java +++ b/app/src/main/java/org/schabi/newpipe/player/ui/VideoPlayerUi.java @@ -602,9 +602,6 @@ public abstract class VideoPlayerUi extends PlayerUi } player.saveWasPlaying(); - if (player.isPlaying()) { - player.getExoPlayer().pause(); - } showControls(0); animate(binding.currentDisplaySeek, true, DEFAULT_CONTROLS_DURATION,