mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-12 12:03:17 +02:00
Added account category to message
This commit is contained in:
@@ -6225,6 +6225,10 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
same = false;
|
||||
log("accountName changed", next.id);
|
||||
}
|
||||
if (!Objects.equals(prev.accountCategory, next.accountCategory)) {
|
||||
same = false;
|
||||
log("accountCategory changed", next.id);
|
||||
}
|
||||
if (!Objects.equals(prev.accountColor, next.accountColor)) {
|
||||
same = false;
|
||||
log("accountColor changed", next.id);
|
||||
|
||||
Reference in New Issue
Block a user