mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Fix wrong order of method calls causing display of wrong dispute time
This commit is contained in:
parent
9d9ce5918b
commit
ecac98728a
1 changed files with 1 additions and 1 deletions
|
@ -128,13 +128,13 @@ public abstract class TradeStepDetailsView extends AnchorPane {
|
|||
}
|
||||
});
|
||||
|
||||
setDateFromBlocks(model.getBestChainHeight());
|
||||
|
||||
// first call updateTradePeriodState as there is the dispute button created in case we are in period over time
|
||||
updateTradePeriodState(trade.getTradePeriodState());
|
||||
updateDisputeState(trade.getDisputeState());
|
||||
|
||||
model.addBlockChainListener(blockChainListener);
|
||||
setDateFromBlocks(model.getBestChainHeight());
|
||||
}
|
||||
|
||||
public void doDeactivate() {
|
||||
|
|
Loading…
Add table
Reference in a new issue