setCurrentQueuePosition should broadcast song changes
This commit is contained in:
parent
7db6ced8ea
commit
c0d1cdcb6c
@ -612,7 +612,11 @@ public final class SongTimeline {
|
|||||||
* Hard-Jump to given queue position
|
* Hard-Jump to given queue position
|
||||||
*/
|
*/
|
||||||
public Song setCurrentQueuePosition(int pos) {
|
public Song setCurrentQueuePosition(int pos) {
|
||||||
mCurrentPos = pos;
|
synchronized (this) {
|
||||||
|
saveActiveSongs();
|
||||||
|
mCurrentPos = pos;
|
||||||
|
broadcastChangedSongs();
|
||||||
|
}
|
||||||
changed();
|
changed();
|
||||||
return getSong(0);
|
return getSong(0);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user