zhihu / SugarAdapter

Make RecyclerView.Adapter Great Again!
Apache License 2.0
235 stars 29 forks source link

[feature request]: support for other bind data method from original RecyclerView.ViewHolder #4

Closed Anthonyeef closed 5 years ago

Anthonyeef commented 5 years ago

problem description

public void onBindViewHolder(VH holder, int position, List<Object> payloads) {
            onBindViewHolder(holder, position);
}

plz consider to add this method to SugarViewHolder as well.

mthli commented 5 years ago

https://github.com/zhihu/SugarAdapter/commit/317eb64121a0d88f907ecbb03f4b657380d3b43e