toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.utils
/
AppContextUtils
/
DiffAdapter
/
DiffAdapter
Diff
Adapter
constructor
(
items
:
MutableList
<
T
>
,
comparison
:
(
first
:
T
,
second
:
T
)
->
Boolean
=
{ first, second -> first.hashCode() == second.hashCode() }
)
(
source
)