You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that the purpose of this project is to show how the payload works, however, you have created some kind of architecture and I believe that this is not the responsibility of the adapter to change isSelected flag. Wouldn't it be better to pass the entire element to the lambda?
I highlighted this for those who might also find your example useful and use the whole example in their project.
The text was updated successfully, but these errors were encountered:
DiffUtilPayloadDemo/app/src/main/java/io/valueof/diffutil/ui/main/ItemAdapter.kt
Line 48 in 23dc020
I understand that the purpose of this project is to show how the payload works, however, you have created some kind of architecture and I believe that this is not the responsibility of the adapter to change isSelected flag. Wouldn't it be better to pass the entire element to the lambda?
I highlighted this for those who might also find your example useful and use the whole example in their project.
The text was updated successfully, but these errors were encountered: