Skip to content

Commit 9502ccc

Browse files
authored
Add @nullable to Item.getChangePayload (#187)
1 parent e0a090d commit 9502ccc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • library/src/main/java/com/xwray/groupie

library/src/main/java/com/xwray/groupie/Item.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ public boolean isSameAs(Item other) {
187187
return getId() == other.getId();
188188
}
189189

190+
@Nullable
190191
public Object getChangePayload(Item newItem) {
191192
return null;
192193
}

0 commit comments

Comments
 (0)