ARecyclerView icon indicating copy to clipboard operation
ARecyclerView copied to clipboard

public void onBindViewHolder( final ViewHolder holder, final int position, List<Object> payloads) 覆写问题

Open terryspark opened this issue 7 years ago • 0 comments

通过网络库里取得的包,覆写 public void onBindViewHolder( final ViewHolder holder, final int position, List<Object> payloads) 方法,不能生效。但是你们提供的demo里的本地libary就没有问题。请查原因。

terryspark avatar Oct 15 '18 08:10 terryspark