Removed potentially misleading comment
This commit is contained in:
parent
cab40dc466
commit
138c29df0f
|
@ -959,7 +959,6 @@ public class PlaybackService extends MediaBrowserServiceCompat {
|
||||||
*/
|
*/
|
||||||
private void onPostPlayback(final Playable playable, boolean ended, boolean skipped,
|
private void onPostPlayback(final Playable playable, boolean ended, boolean skipped,
|
||||||
boolean playingNext) {
|
boolean playingNext) {
|
||||||
// Reset the temporary playback speed because it only referred to the last playable
|
|
||||||
PlaybackPreferences.clearCurrentlyPlayingTemporaryPlaybackSpeed();
|
PlaybackPreferences.clearCurrentlyPlayingTemporaryPlaybackSpeed();
|
||||||
if (playable == null) {
|
if (playable == null) {
|
||||||
Log.e(TAG, "Cannot do post-playback processing: media was null");
|
Log.e(TAG, "Cannot do post-playback processing: media was null");
|
||||||
|
|
Loading…
Reference in New Issue