mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-03 23:15:44 +01:00
Notify CallRequestController after cancel.
This commit is contained in:
committed by
jeffrey-signal
parent
0319adbce4
commit
813252989b
@@ -31,6 +31,7 @@ public class CallRequestController implements RequestController {
|
||||
|
||||
call.cancel();
|
||||
canceled = true;
|
||||
CallRequestController.this.notifyAll();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user