Bug 1081066 Incoming call window stays open forever if the caller closes the window/tab or crashes. r=nperriault
This commit is contained in:
@@ -391,7 +391,8 @@ loop.conversation = (function(mozL10n) {
|
||||
if (progressData.state !== "terminated")
|
||||
return;
|
||||
|
||||
if (progressData.reason === "cancel") {
|
||||
if (progressData.reason === "cancel" ||
|
||||
progressData.reason === "closed") {
|
||||
this._abortIncomingCall();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user