forked from organicmaps/organicmaps
[android] Fixed review notes
This commit is contained in:
parent
13cf1e84cd
commit
ae244476c9
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ public class BookmarkCategoriesAdapter extends BaseBookmarkCategoryAdapter<Recyc
|
|||
public int getItemCount()
|
||||
{
|
||||
int count = super.getItemCount();
|
||||
return count > 0 ? count + 1 /* header */ + (mType.getFactory().hasAdapterFooter() ? 1 : 0) /* add category btn */ : 0;
|
||||
return count > 0 ? count + 1 /* header */ + (mType.getFactory().hasAdapterFooter() ? 1 : 0) : 0;
|
||||
}
|
||||
|
||||
@NonNull
|
||||
|
|
Loading…
Add table
Reference in a new issue