Merge branch 'master' into dev_blind_box
This commit is contained in:
commit
b0008405e2
@ -339,6 +339,9 @@ public class LiveExoPlayerManager {
|
|||||||
if (getNowPlayer() != null) {
|
if (getNowPlayer() != null) {
|
||||||
getNowPlayer().stop();
|
getNowPlayer().stop();
|
||||||
}
|
}
|
||||||
|
if (getNextPlayer() != null && getNextPlayer().isPlaying()) {
|
||||||
|
getNextPlayer().stop();
|
||||||
|
}
|
||||||
clearUrl();
|
clearUrl();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user