mirror of https://github.com/FongMi/TV.git
parent
acd276f53b
commit
512eabc744
@ -1,8 +1,10 @@ |
||||
package com.fongmi.android.tv.impl; |
||||
package com.fongmi.android.tv.ui.adapter; |
||||
|
||||
import androidx.annotation.NonNull; |
||||
import androidx.recyclerview.widget.DiffUtil; |
||||
|
||||
import com.fongmi.android.tv.impl.Diffable; |
||||
|
||||
public class BaseItemCallback<T extends Diffable<T>> extends DiffUtil.ItemCallback<T> { |
||||
|
||||
@Override |
||||
Loading…
Reference in new issue