From 07d18e4164cafe0f03319374d3b637acdd3ce991 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 25 Apr 2019 20:38:17 +0200 Subject: [PATCH] Cleanup --- app/src/main/java/eu/faircode/email/EntityFolder.java | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/java/eu/faircode/email/EntityFolder.java b/app/src/main/java/eu/faircode/email/EntityFolder.java index d39a1bf60c..496901e21b 100644 --- a/app/src/main/java/eu/faircode/email/EntityFolder.java +++ b/app/src/main/java/eu/faircode/email/EntityFolder.java @@ -280,7 +280,6 @@ public class EntityFolder implements Serializable { this.collapsed == other.collapsed && this.unified == other.unified && this.notify == other.notify && - Objects.equals(this.subscribed, other.subscribed) && Objects.equals(this.total, other.total) && Helper.equal(this.keywords, other.keywords) && Objects.equals(this.tbd, other.tbd) &&