damontecres / StashAppAndroidTV

Android TV App for Stash
GNU Affero General Public License v3.0
74 stars 4 forks source link

Define DiffCallbacks instead of shortcut #245

Closed damontecres closed 4 months ago

damontecres commented 4 months ago

I think trying to shortcut defining all of the DiffCallback objects ended up with weird behavior due to how Kotlin compiles the == call.

So explicitly define a DiffCallback for each data type.