mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-12-12 22:47:46 -05:00
fix distortions when returning to create offer screen (#1932)
This commit is contained in:
parent
d6ff436656
commit
6c89c61dd1
1 changed files with 5 additions and 0 deletions
|
|
@ -266,6 +266,11 @@ public abstract class MutableOfferView<M extends MutableOfferViewModel<?>> exten
|
||||||
|
|
||||||
triggerPriceInputTextField.setText(model.triggerPrice.get());
|
triggerPriceInputTextField.setText(model.triggerPrice.get());
|
||||||
extraInfoTextArea.setText(model.dataModel.extraInfo.get());
|
extraInfoTextArea.setText(model.dataModel.extraInfo.get());
|
||||||
|
|
||||||
|
// show or hide elements based on current screen
|
||||||
|
if (model.showPayFundsScreenDisplayed.get()) {
|
||||||
|
onShowPayFundsScreen();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue