airbnb / epoxy

Epoxy is an Android library for building complex screens in a RecyclerView
https://goo.gl/eIK82p
Apache License 2.0
8.47k stars 731 forks source link

Add notifyModelChanged Payload #1275

Closed ckdrb7017 closed 2 years ago

ckdrb7017 commented 2 years ago

The base code has no notifyModelChanged with payload, but sometimes we need to adopt payload.

elihart commented 2 years ago

what is the specific use case? With epoxy controller any changes to model properties are already automatically delivered to the model in a payload when models are rebuilt with changes