Seeking no longer pauses the played video
This commit is contained in:
parent
aad5e26f31
commit
e5af1c93ae
1 changed files with 0 additions and 3 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue