Skip to content

Commit

Permalink
create diffadapter2
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenceDut committed Sep 12, 2019
1 parent 6a07707 commit 035e01d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public final void update(@NonNull T data, int position) {
* @param position
*/
public void updatePartWithPayload(T newData, @NonNull Set<String> payloadKeys, int position){

this.mData = newData;
}

protected final T getData() {
Expand Down

0 comments on commit 035e01d

Please sign in to comment.