Skip to content

Commit

Permalink
other type item add click
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadCym committed May 12, 2016
1 parent cf38a76 commit 8785440
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ public void onBindViewHolder(final RecyclerView.ViewHolder holder, int positions
default:
convert((BaseViewHolder) holder, mData.get(holder.getLayoutPosition() - getHeaderViewsCount()));
onBindDefViewHolder((BaseViewHolder) holder, mData.get(holder.getLayoutPosition() - getHeaderViewsCount()));
initItemClickListener(holder, (BaseViewHolder) holder);
break;
}

Expand Down

0 comments on commit 8785440

Please sign in to comment.