Skip to content

Commit

Permalink
rm BaseItemDraggableAdapter(View contentView, List<T> data)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadCym committed Oct 25, 2016
1 parent 55881de commit ebef86c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ public abstract class BaseItemDraggableAdapter<T, K extends BaseViewHolder> exte
private static final String ERROR_NOT_SAME_ITEMTOUCHHELPER = "Item drag and item swipe should pass the same ItemTouchHelper";



public BaseItemDraggableAdapter(View contentView, List<T> data) {
super(contentView, data);
}

public BaseItemDraggableAdapter(List<T> data) {
super(data);
}
Expand Down

0 comments on commit ebef86c

Please sign in to comment.