mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-18 21:35:03 +01:00
Fix bug with add info popup for first time user at take offer screen
This commit is contained in:
parent
aa66d591ab
commit
f485afec19
@ -196,6 +196,11 @@ public class TakeOfferViewCB extends CachedViewCB<TakeOfferPM> {
|
||||
|
||||
@FXML
|
||||
void onTakeOffer() {
|
||||
presentationModel.takeOffer();
|
||||
}
|
||||
|
||||
@FXML
|
||||
void onShowPayFundsScreen() {
|
||||
if (presentationModel.displaySecurityDepositInfo()) {
|
||||
overlayManager.blurContent();
|
||||
List<Action> actions = new ArrayList<>();
|
||||
@ -213,11 +218,6 @@ public class TakeOfferViewCB extends CachedViewCB<TakeOfferPM> {
|
||||
actions);
|
||||
}
|
||||
|
||||
presentationModel.takeOffer();
|
||||
}
|
||||
|
||||
@FXML
|
||||
void onShowPayFundsScreen() {
|
||||
priceAmountPane.setInactive();
|
||||
|
||||
showPaymentInfoScreenButton.setVisible(false);
|
||||
|
Loading…
Reference in New Issue
Block a user