Sort a little better for SongMediaAdapter songs
This commit is contained in:
parent
93f0873b64
commit
38fb7abafd
@ -37,7 +37,7 @@ public class SongMediaAdapter extends MediaAdapter {
|
||||
protected String getSortOrder()
|
||||
{
|
||||
if (getLimiter() != null && getLimiter().length == 2)
|
||||
return null; // use default sort order (by track)
|
||||
return MediaStore.Audio.Media.TRACK;
|
||||
return super.getSortOrder();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user