Seeking no longer pauses the played video
This commit is contained in:
parent
aad5e26f31
commit
e5af1c93ae
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue