mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Apply account color to nav folders
This commit is contained in:
@@ -66,6 +66,7 @@ public class TupleFolderEx extends EntityFolder implements Serializable {
|
||||
TupleFolderEx other = (TupleFolderEx) obj;
|
||||
return (super.equals(obj) &&
|
||||
Objects.equals(this.accountId, other.accountId) &&
|
||||
Objects.equals(this.accountOrder, other.accountOrder) &&
|
||||
Objects.equals(this.accountProtocol, other.accountProtocol) &&
|
||||
Objects.equals(this.accountName, other.accountName) &&
|
||||
Objects.equals(this.accountState, other.accountState) &&
|
||||
|
||||
Reference in New Issue
Block a user