mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-31 10:49:19 -04:00
Fix bug with add info popup for first time user at take offer screen
This commit is contained in:
parent
aa66d591ab
commit
f485afec19
1 changed files with 5 additions and 5 deletions
|
@ -196,6 +196,11 @@ public class TakeOfferViewCB extends CachedViewCB<TakeOfferPM> {
|
||||||
|
|
||||||
@FXML
|
@FXML
|
||||||
void onTakeOffer() {
|
void onTakeOffer() {
|
||||||
|
presentationModel.takeOffer();
|
||||||
|
}
|
||||||
|
|
||||||
|
@FXML
|
||||||
|
void onShowPayFundsScreen() {
|
||||||
if (presentationModel.displaySecurityDepositInfo()) {
|
if (presentationModel.displaySecurityDepositInfo()) {
|
||||||
overlayManager.blurContent();
|
overlayManager.blurContent();
|
||||||
List<Action> actions = new ArrayList<>();
|
List<Action> actions = new ArrayList<>();
|
||||||
|
@ -213,11 +218,6 @@ public class TakeOfferViewCB extends CachedViewCB<TakeOfferPM> {
|
||||||
actions);
|
actions);
|
||||||
}
|
}
|
||||||
|
|
||||||
presentationModel.takeOffer();
|
|
||||||
}
|
|
||||||
|
|
||||||
@FXML
|
|
||||||
void onShowPayFundsScreen() {
|
|
||||||
priceAmountPane.setInactive();
|
priceAmountPane.setInactive();
|
||||||
|
|
||||||
showPaymentInfoScreenButton.setVisible(false);
|
showPaymentInfoScreenButton.setVisible(false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue