Skip to content

Commit 3845d31

Browse files
authored
Update README.md
1 parent e34ac6e commit 3845d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Support library 27.0.1 introduced `ListAdapter` - the new extension of `Recycler
190190
This library offers the equivalent to `ListAdapter` which is called `AsyncListDifferDelegationAdapter` that can be used together with any regular `AdapterDelegate`.
191191

192192
```java
193-
public class DiffAdapter extends AsyncListDifferDelegationAdapter<DiffItem> {
193+
public class DiffAdapter extends AsyncListDifferDelegationAdapter<Animal> {
194194
public DiffAdapter() {
195195
super(DIFF_CALLBACK) // Your diff callback for diff utils
196196
delegatesManager

0 commit comments

Comments
 (0)