Notify CallRequestController after cancel.

This commit is contained in:
Greyson Parrelli
2026-04-09 22:16:18 -04:00
committed by jeffrey-signal
parent 0319adbce4
commit 813252989b

View File

@@ -31,6 +31,7 @@ public class CallRequestController implements RequestController {
call.cancel();
canceled = true;
CallRequestController.this.notifyAll();
}
});
}