Skip to content

Commit

Permalink
Removed unnecessary items of ItemViewBinder
Browse files Browse the repository at this point in the history
  • Loading branch information
drakeet committed Apr 3, 2017
1 parent f779ca8 commit 3b6c92c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
public abstract class ItemViewBinder<T, VH extends ViewHolder> {

/* internal */ MultiTypeAdapter adapter;
/* internal */ List<?> items;


@NonNull
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ public final ViewHolder onCreateViewHolder(ViewGroup parent, int indexViewType)
}
ItemViewBinder binder = getBinderByIndex(indexViewType);
binder.adapter = MultiTypeAdapter.this;
binder.items = items;
assert inflater != null;
return binder.onCreateViewHolder(inflater, parent);
}
Expand Down

0 comments on commit 3b6c92c

Please sign in to comment.