mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-10-14 03:20:46 -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)
|
.dontShowAgainId(key)
|
||||||
.actionButtonTextWithGoTo("portfolio.tab.openOffers")
|
.actionButtonTextWithGoTo("portfolio.tab.openOffers")
|
||||||
.onAction(this::closeAndGoToOpenOffers)
|
.onAction(this::closeAndGoToOpenOffers)
|
||||||
.onClose(this::closeAndGoToOpenOffers)
|
.onClose(this::close)
|
||||||
.show(),
|
.show(),
|
||||||
1);
|
1);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue