Don't remove the repeat start song

This commit is contained in:
Christopher Eby 2010-04-12 19:41:06 -05:00
parent 23bda5a16d
commit 23cadc916e

View File

@ -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;