Skip to content

Commit

Permalink
scroll to top when set data
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenceDut committed Jun 27, 2019
1 parent 49cfe8f commit 2b4e5ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,8 @@ public void onBindViewHolder(@NonNull BaseDiffViewHolder holder, int position, @
}
if (payloadKeys != null) {
payloadKeys.clear();
mDatas.get(position).getPayloadKeys().clear();
}
mDatas.get(position).getPayloadKeys().clear();
}

public <T extends BaseMutableData> List<T> getMatchedData(Object matchChangeFeature, Class cls) {
Expand Down

0 comments on commit 2b4e5ff

Please sign in to comment.