mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 17:13:23 +02:00
Copy devil
This commit is contained in:
@@ -5547,7 +5547,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
}
|
||||
if (!Objects.equals(prev.notes, next.notes)) {
|
||||
same = false;
|
||||
log("preview changed", next.id);
|
||||
log("notes changed", next.id);
|
||||
}
|
||||
if (!Objects.equals(prev.sent, next.sent)) {
|
||||
same = false;
|
||||
|
||||
Reference in New Issue
Block a user