Make genre expansion smarter
Jump to the next best tab
This commit is contained in:
parent
02e961581c
commit
8e4fad61ed
@ -568,6 +568,10 @@ public class LibraryPagerAdapter
|
||||
requestRequery(mSongAdapter);
|
||||
}
|
||||
tab = mArtistsPosition;
|
||||
if (tab == -1)
|
||||
tab = mAlbumsPosition;
|
||||
if (tab == -1)
|
||||
tab = mSongsPosition;
|
||||
break;
|
||||
case MediaUtils.TYPE_FILE:
|
||||
if (mFilesAdapter == null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user