Skip to content

Commit

Permalink
Merge pull request bisq-network#7115 from HenrikJannsen/fix-navigatio…
Browse files Browse the repository at this point in the history
…n-to-open-offers-bug

Do not navigate to open offers after user has clicked dont show again
  • Loading branch information
alejandrogarcia83 authored May 29, 2024
2 parents f03c29e + 0020f19 commit 4a64ade
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ private void createListeners() {
.show(),
1);
} else {
closeAndGoToOpenOffers();
close();
}
}
};
Expand Down

0 comments on commit 4a64ade

Please sign in to comment.