[bisq-network/bisq] Refactor FilterWindow (#3364)

Bernard Labno notifications at github.com
Mon Oct 7 08:24:01 UTC 2019


blabno commented on this pull request.



> @@ -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<>();

I'm not 100% sure how the result is being used. You can run Bisq with this change and open filter editor and see if anything blows up.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3364#discussion_r331893965
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191007/d30b74c6/attachment-0001.html>


More information about the bisq-github mailing list