Small fix

This commit is contained in:
M66B 2021-02-24 19:19:58 +01:00
parent d909c69245
commit 5d7d7ea507
1 changed files with 1 additions and 1 deletions

View File

@ -859,7 +859,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
this.with_hidden == other.with_hidden &&
this.with_encrypted == other.with_encrypted &&
this.with_attachments == other.with_attachments &&
Objects.equals(this.with_types, other.with_types) &&
Arrays.equals(this.with_types, other.with_types) &&
Objects.equals(this.with_size, other.with_size) &&
Objects.equals(this.after, other.after) &&
Objects.equals(this.before, other.before));