mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Simplification
This commit is contained in:
@@ -512,7 +512,7 @@ public class AdapterAccount extends RecyclerView.Adapter<AdapterAccount.ViewHold
|
||||
public boolean areContentsTheSame(int oldItemPosition, int newItemPosition) {
|
||||
TupleAccountEx f1 = prev.get(oldItemPosition);
|
||||
TupleAccountEx f2 = next.get(newItemPosition);
|
||||
return f1.uiEquals(f2);
|
||||
return f1.equals(f2);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user