From c089e9220f5b5d2271f8788b419e0c6c0e260b11 Mon Sep 17 00:00:00 2001 From: Christoph Atteneder Date: Tue, 26 Apr 2022 12:21:31 +0200 Subject: [PATCH] Adapt buy BSQ direction to new navigation --- .../src/main/java/bisq/desktop/main/offer/OfferViewUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/src/main/java/bisq/desktop/main/offer/OfferViewUtil.java b/desktop/src/main/java/bisq/desktop/main/offer/OfferViewUtil.java index 847bcc747ae..4dadb8e3e2c 100644 --- a/desktop/src/main/java/bisq/desktop/main/offer/OfferViewUtil.java +++ b/desktop/src/main/java/bisq/desktop/main/offer/OfferViewUtil.java @@ -124,7 +124,7 @@ public static Tuple2 createBuyBsqButtonBox(Navigation n private static void openBuyBsqOfferBook(Navigation navigation) { navigation.navigateTo( - MainView.class, SellOfferView.class, BsqOfferBookView.class); + MainView.class, BuyOfferView.class, BsqOfferBookView.class); } public static Class> getOfferBookViewClass(String currencyCode) {