now actually randomly selects song on launch
This commit is contained in:
@@ -193,6 +193,9 @@ public class MusicController extends Observable implements OnCompletionListener,
|
||||
@Override
|
||||
public void update(Observable o, Object arg) {
|
||||
if (o == musicList) {
|
||||
if (shuffle) {
|
||||
shuffle(false);
|
||||
}
|
||||
loadMusic();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user