mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 15:26:03 -04:00
Fix wrong order of method calls causing display of wrong dispute time
This commit is contained in:
parent
9d9ce5918b
commit
ecac98728a
@ -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…
x
Reference in New Issue
Block a user