forked from organicmaps/organicmaps
[android] Added todo to getItem method in bookmark list adapter
This commit is contained in:
parent
6363d93717
commit
0d509db028
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue