[bisq-network/bisq-desktop] Ack messages for all trade, offer- and dispute messages (#1586)

Manfred Karrer notifications at github.com
Tue Jun 26 19:41:26 UTC 2018


ManfredKarrer commented on this pull request.



>                                  setGraphic(null);
                             }
                         }
 
-                      /*  private void showNotArrivedIcon() {
-                            statusIcon.setVisible(true);
-                            AwesomeDude.setIcon(statusIcon, AwesomeIcon.WARNING_SIGN, "14");
-                            Tooltip.install(statusIcon, new Tooltip("Message did not arrive. Please try to send again."));
-                            statusIcon.setTextFill(Paint.valueOf("#dd0000"));
-                        }*/
-
-                        private void showMailboxIcon() {
-                            statusIcon.setVisible(true);
-                            AwesomeDude.setIcon(statusIcon, AwesomeIcon.ENVELOPE_ALT, "14");
-                            statusIcon.setTooltip(new Tooltip(Res.get("support.savedInMailbox")));
+                        private void updateMsgState(DisputeCommunicationMessage message) {
+                            boolean visible;
+                            AwesomeIcon icon = null;
+                            String text = null;
                             statusIcon.setTextFill(Paint.valueOf("#0f87c3"));

Yes, agree. Was too lazy ;-(

-- 
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-desktop/pull/1586#discussion_r198272946
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20180626/00f8e74a/attachment.html>


More information about the bisq-github mailing list