mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-11-06 18:23:01 +00:00
Seeking no longer pauses the played video
This commit is contained in:
@@ -602,9 +602,6 @@ public abstract class VideoPlayerUi extends PlayerUi
|
|||||||
}
|
}
|
||||||
|
|
||||||
player.saveWasPlaying();
|
player.saveWasPlaying();
|
||||||
if (player.isPlaying()) {
|
|
||||||
player.getExoPlayer().pause();
|
|
||||||
}
|
|
||||||
|
|
||||||
showControls(0);
|
showControls(0);
|
||||||
animate(binding.currentDisplaySeek, true, DEFAULT_CONTROLS_DURATION,
|
animate(binding.currentDisplaySeek, true, DEFAULT_CONTROLS_DURATION,
|
||||||
|
|||||||
Reference in New Issue
Block a user