mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-19 21:28:46 -04:00
dispute is pending until requested and chat disabled until acked
This commit is contained in:
parent
577cfa249e
commit
0d82f8827f
3 changed files with 7 additions and 1 deletions
|
@ -1420,6 +1420,8 @@ public abstract class DisputeView extends ActivatableView<VBox, Void> implements
|
|||
}
|
||||
if (dispute.isClosed()) return Res.get("support.closed");
|
||||
switch (trade.getDisputeState()) {
|
||||
case NO_DISPUTE:
|
||||
return Res.get("shared.pending");
|
||||
case DISPUTE_REQUESTED:
|
||||
return Res.get("support.requested");
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue