mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-27 08:01:50 +01:00
Small fix
This commit is contained in:
@@ -377,6 +377,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
||||
Objects.equals(this.sync_state, other.sync_state) &&
|
||||
this.read_only == other.read_only &&
|
||||
this.selectable == other.selectable &&
|
||||
this.inferiors == other.inferiors &&
|
||||
Objects.equals(this.error, other.error) &&
|
||||
Objects.equals(this.last_sync, other.last_sync));
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user