mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Show identity color in send dialog
This commit is contained in:
@@ -5764,6 +5764,10 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
same = false;
|
||||
log("identityEmail changed", next.id);
|
||||
}
|
||||
if (!Objects.equals(prev.identityColor, next.identityColor)) {
|
||||
same = false;
|
||||
log("identityColor changed", next.id);
|
||||
}
|
||||
if (!Objects.equals(prev.identitySynchronize, next.identitySynchronize)) {
|
||||
same = false;
|
||||
log("identitySynchronize changed", next.id);
|
||||
|
||||
Reference in New Issue
Block a user