[android] Added todo to getItem method in bookmark list adapter

This commit is contained in:
Alexander Zatsepin 2018-04-26 12:47:53 +03:00 committed by Roman Kuznetsov
parent 6363d93717
commit 0d509db028

View file

@ -135,6 +135,7 @@ public class BookmarkListAdapter extends RecyclerView.Adapter<Holders.BaseBookma
+ (Holders.BaseBookmarkHolder.isSectionEmpty(mCategoryId, SECTION_BMKS) ? 0 : 1);
}
// FIXME: remove this heavy method and use BoomarkInfo class instead.
public Object getItem(int position)
{
if (getItemViewType(position) == TYPE_TRACK)