mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-20 04:08:09 -04:00
Create offer after auth. check
This commit is contained in:
parent
232c5b46ff
commit
4604e9c0bd
1 changed files with 1 additions and 1 deletions
|
@ -200,8 +200,8 @@ public class CreateOfferView extends ActivatableViewAndModel<AnchorPane, CreateO
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
private void onPlaceOffer() {
|
private void onPlaceOffer() {
|
||||||
Offer offer = model.getOffer();
|
|
||||||
if (model.isAuthenticated()) {
|
if (model.isAuthenticated()) {
|
||||||
|
Offer offer = model.getOffer();
|
||||||
if (model.getShowPlaceOfferConfirmation()) {
|
if (model.getShowPlaceOfferConfirmation()) {
|
||||||
offerDetailsPopup.onPlaceOffer(o -> model.onPlaceOffer(o)).show(offer);
|
offerDetailsPopup.onPlaceOffer(o -> model.onPlaceOffer(o)).show(offer);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue