mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-18 21:35:03 +01:00
Merge pull request #7115 from HenrikJannsen/fix-navigation-to-open-offers-bug
Do not navigate to open offers after user has clicked dont show again
This commit is contained in:
commit
4a64adee37
@ -809,7 +809,7 @@ public abstract class MutableOfferView<M extends MutableOfferViewModel<?>> exten
|
||||
.show(),
|
||||
1);
|
||||
} else {
|
||||
closeAndGoToOpenOffers();
|
||||
close();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user