Great progress with the new now playing screen. Almost done now.
This commit is contained in:
parent
049f3e6388
commit
0de4590a87
32 changed files with 261 additions and 103 deletions
|
|
@ -628,6 +628,7 @@ public class MusicService extends Service implements SharedPreferences.OnSharedP
|
|||
}
|
||||
|
||||
public void moveSong(int from, int to) {
|
||||
if (from == to) return;
|
||||
final int currentPosition = getPosition();
|
||||
Song songToMove = playingQueue.remove(from);
|
||||
playingQueue.add(to, songToMove);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue