Queue context menu refactor - hide Skip Episode (same as pre-refactor behavior)
This commit is contained in:
parent
27ce3c85c4
commit
931c670398
|
@ -184,7 +184,9 @@ public class QueueRecyclerAdapter extends RecyclerView.Adapter<QueueRecyclerAdap
|
|||
item1.setVisible(visible);
|
||||
}
|
||||
};
|
||||
FeedItemMenuHandler.onPrepareMenu(contextMenuInterface, item, true);
|
||||
|
||||
FeedItemMenuHandler.onPrepareMenu(contextMenuInterface, item, true,
|
||||
R.id.skip_episode_item); // Skip Episode is not useful in Queue, so hide it.
|
||||
// Queue-specific menu preparation
|
||||
final boolean keepSorted = UserPreferences.isQueueKeepSorted();
|
||||
final LongList queueAccess = itemAccess.getQueueIds();
|
||||
|
|
Loading…
Reference in New Issue