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