Don't remove the repeat start song
This commit is contained in:
parent
23bda5a16d
commit
23cadc916e
@ -829,7 +829,7 @@ public final class PlaybackService extends Service implements Handler.Callback,
|
||||
getSong(+2);
|
||||
|
||||
synchronized (mSongTimeline) {
|
||||
while (mTimelinePos > 15) {
|
||||
while (mTimelinePos > 15 && mRepeatStart > 0) {
|
||||
mSongTimeline.remove(0);
|
||||
--mTimelinePos;
|
||||
--mRepeatStart;
|
||||
|
Loading…
x
Reference in New Issue
Block a user