<p><b>@lusarz</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3364#discussion_r331986538">desktop/src/main/java/bisq/desktop/main/overlays/windows/FilterWindow.java</a>:</p>
<pre style='color:#555'>> @@ -301,4 +248,12 @@ private void addContent() {
         gridPane.getChildren().add(hBox);
         GridPane.setMargin(hBox, new Insets(10, 0, 0, 0));
     }
+
+    private List<String> readAsList(InputTextField field) {
+        if (field.getText().isEmpty()) {
+            return new ArrayList<>();
</pre>
<p>Ok, I changed into <code>Collections.emptyList()</code> and did like you said - nothing wrong happened.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/3364?email_source=notifications&email_token=AJFFTNS3WKRSVV2HKW3L4DDQNMSTZA5CNFSM4I5HACNKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCHCGYQQ#discussion_r331986538">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNUR64UHMHSUMEQZ7OTQNMSTZANCNFSM4I5HACNA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNTDCCDFGY3GRKNAU2LQNMSTZA5CNFSM4I5HACNKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCHCGYQQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/3364?email_source=notifications\u0026email_token=AJFFTNS3WKRSVV2HKW3L4DDQNMSTZA5CNFSM4I5HACNKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCHCGYQQ#discussion_r331986538",
"url": "https://github.com/bisq-network/bisq/pull/3364?email_source=notifications\u0026email_token=AJFFTNS3WKRSVV2HKW3L4DDQNMSTZA5CNFSM4I5HACNKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCHCGYQQ#discussion_r331986538",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>