Skip to content

Commit 390814a

Browse files
committed
Cleanup: Remove unused field (finalizeDisputeHandlerOptional is always empty)
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
1 parent 857aa80 commit 390814a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

desktop/src/main/java/bisq/desktop/main/overlays/windows/DisputeSummaryWindow.java

-3
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ public class DisputeSummaryWindow extends Overlay<DisputeSummaryWindow> {
108108
private final MempoolService mempoolService;
109109
private final DaoFacade daoFacade;
110110
private Dispute dispute;
111-
private Optional<Runnable> finalizeDisputeHandlerOptional = Optional.empty();
112111
private ToggleGroup tradeAmountToggleGroup, reasonToggleGroup;
113112
private DisputeResult disputeResult;
114113
private RadioButton buyerGetsTradeAmountRadioButton, sellerGetsTradeAmountRadioButton,
@@ -1027,8 +1026,6 @@ private void applyDisputeResult(Button closeTicketButton) {
10271026
}
10281027
});
10291028

1030-
finalizeDisputeHandlerOptional.ifPresent(Runnable::run);
1031-
10321029
disputeManager.requestPersistence();
10331030

10341031
closeTicketButton.disableProperty().unbind();

0 commit comments

Comments
 (0)