fixes enqueue resuming paused videos
This commit is contained in:
parent
5cfd8bbb56
commit
33266a96ff
|
@ -166,9 +166,6 @@ public final class PopupVideoPlayer extends Service {
|
||||||
initPopup();
|
initPopup();
|
||||||
initPopupCloseOverlay();
|
initPopupCloseOverlay();
|
||||||
}
|
}
|
||||||
if (!playerImpl.isPlaying()) {
|
|
||||||
playerImpl.getPlayer().setPlayWhenReady(true);
|
|
||||||
}
|
|
||||||
|
|
||||||
playerImpl.handleIntent(intent);
|
playerImpl.handleIntent(intent);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue