mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 03:43:55 +01:00
Small fix
This commit is contained in:
@@ -200,7 +200,8 @@ public class EntityAttachment {
|
||||
Objects.equals(this.encryption, other.encryption) &&
|
||||
Objects.equals(this.size, other.size) &&
|
||||
Objects.equals(this.progress, other.progress) &&
|
||||
this.available.equals(other.available));
|
||||
this.available.equals(other.available) &&
|
||||
Objects.equals(this.error, other.error));
|
||||
} else
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user