ValCanBuild
released this
- BREAKING CHANGE
ViewHolderhas been renamed toGroupieViewHolderafter discussion #287 (PR #293) - Added
Item.hasSameContentAsmethod to be used when comparing content equality in the context ofDiffUtil. It's advised you use this instead of overridingItem.equals. The default implementation will callitem.equalsso existing code shouldn't break. (Issue #288, PR #292)