StubExoPlayer.java
11.8 KB
-
Deduplicate clear playlist code for stop(true) calls. · 3b26c218
The logic to clear the playlist is currently duplicated in various reset methods so that calls to player.stop(true) can clear the playlist. This can be deduplicated by clearing the playlist as a seperate operation that reuses the existing code. PiperOrigin-RevId: 321578759
tonihei committed