Skip to content

Commit

Permalink
fix the channel bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhe-li committed Sep 6, 2019
1 parent 1018a0d commit b988429
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ private int processItemRemoveAdd(OtherViewHolder otherHolder) {
}
Category item = mOtherChannelItems.get(startPosition);
mOtherChannelItems.remove(startPosition);
item.setId(mMyChannelItems.size() + 1);
mMyChannelItems.add(item);
return position;
}
Expand Down

0 comments on commit b988429

Please sign in to comment.