Add FavoritesFragment based on SongsFragment
This commit is contained in:
parent
102a745718
commit
ce23df3ef1
5 changed files with 191 additions and 2 deletions
|
|
@ -429,6 +429,7 @@ public final class PreferenceUtil {
|
|||
defaultCategories.add(new CategoryInfo(CategoryInfo.Category.ARTISTS, true));
|
||||
defaultCategories.add(new CategoryInfo(CategoryInfo.Category.GENRES, true));
|
||||
defaultCategories.add(new CategoryInfo(CategoryInfo.Category.PLAYLISTS, true));
|
||||
defaultCategories.add(new CategoryInfo(CategoryInfo.Category.FAVORITES, true));
|
||||
return defaultCategories;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue