Added account category to message

This commit is contained in:
M66B
2021-10-04 10:41:03 +02:00
parent b39d2fa147
commit 87d4855113
3 changed files with 11 additions and 5 deletions

View File

@@ -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);