mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 07:15:54 -04:00
Create offer after auth. check
This commit is contained in:
parent
232c5b46ff
commit
4604e9c0bd
@ -200,8 +200,8 @@ public class CreateOfferView extends ActivatableViewAndModel<AnchorPane, CreateO
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
private void onPlaceOffer() {
|
||||
Offer offer = model.getOffer();
|
||||
if (model.isAuthenticated()) {
|
||||
Offer offer = model.getOffer();
|
||||
if (model.getShowPlaceOfferConfirmation()) {
|
||||
offerDetailsPopup.onPlaceOffer(o -> model.onPlaceOffer(o)).show(offer);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user