hide sort order from menus
This commit is contained in:
parent
0a0b8039b1
commit
657742a4c7
1 changed files with 3 additions and 2 deletions
|
|
@ -207,11 +207,12 @@ public class LibraryFragment extends AbsMainActivityFragment implements CabHolde
|
||||||
// TODO the API doesn't support artist sorting
|
// TODO the API doesn't support artist sorting
|
||||||
if (currentFragment instanceof ArtistsFragment) {
|
if (currentFragment instanceof ArtistsFragment) {
|
||||||
menu.removeItem(R.id.action_sort_method);
|
menu.removeItem(R.id.action_sort_method);
|
||||||
menu.removeItem(R.id.action_sort_order);
|
|
||||||
} else {
|
} else {
|
||||||
setUpSortMethodMenu(absLibraryRecyclerViewCustomGridSizeFragment, menu.findItem(R.id.action_sort_method).getSubMenu());
|
setUpSortMethodMenu(absLibraryRecyclerViewCustomGridSizeFragment, menu.findItem(R.id.action_sort_method).getSubMenu());
|
||||||
setUpSortOrderMenu(absLibraryRecyclerViewCustomGridSizeFragment, menu.findItem(R.id.action_sort_order).getSubMenu());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO implement sort order
|
||||||
|
menu.removeItem(R.id.action_sort_order);
|
||||||
} else {
|
} else {
|
||||||
menu.removeItem(R.id.action_grid_size);
|
menu.removeItem(R.id.action_grid_size);
|
||||||
menu.removeItem(R.id.action_colored_footers);
|
menu.removeItem(R.id.action_colored_footers);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue