mirror of https://github.com/M66B/FairEmail.git
Cleanup
This commit is contained in:
parent
ae678b52ad
commit
6ad0bbd693
|
@ -2564,11 +2564,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
return differ.getItemCount();
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getItemId(int position) {
|
||||
return super.getItemId(position);
|
||||
}
|
||||
|
||||
private static final DiffUtil.ItemCallback<TupleMessageEx> DIFF_CALLBACK =
|
||||
new DiffUtil.ItemCallback<TupleMessageEx>() {
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue