Remove comments per @mfietz feedback.

This commit is contained in:
orionlee 2018-05-05 13:45:23 -07:00
parent 9dcbddf371
commit 221ca84aaf
1 changed files with 0 additions and 3 deletions

View File

@ -300,9 +300,6 @@ public class AllEpisodesRecycleAdapter extends RecyclerView.Adapter<AllEpisodesR
};
FeedItemMenuHandler.onPrepareMenu(contextMenuInterface, item, true, null);
// Currently, Mark as seen only available on Episodes screen.
// Hence it is not added to the more generic FeedItemMenuHandler.onPrepareMenu
// see AllEpisodesFragment for the actual logic
contextMenuInterface.setItemVisibility(R.id.mark_as_seen_item, item.isNew());
}