mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 01:51:24 +01:00
Fixed account blinking
This commit is contained in:
@@ -243,7 +243,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.equals(f2);
|
||||
return f1.uiEquals(f2);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user