mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-10-09 17:18:44 -04:00
fix navigating to open offers on close button of offer created popup (#2009)
This commit is contained in:
parent
cff4e5ea6c
commit
0feb559884
1 changed files with 1 additions and 1 deletions
|
@ -755,7 +755,7 @@ public abstract class MutableOfferView<M extends MutableOfferViewModel<?>> exten
|
|||
.dontShowAgainId(key)
|
||||
.actionButtonTextWithGoTo("portfolio.tab.openOffers")
|
||||
.onAction(this::closeAndGoToOpenOffers)
|
||||
.onClose(this::closeAndGoToOpenOffers)
|
||||
.onClose(this::close)
|
||||
.show(),
|
||||
1);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue