Bug 1149433 - Set hangUpLocal in rejectCall. r=hsinyi

This commit is contained in:
Szu-Yu Chen [:aknow] 2015-04-07 18:09:14 +08:00
parent 4f576d24c4
commit 6adcf3f0c9

View File

@ -1121,6 +1121,7 @@ TelephonyService.prototype = {
if (callNum !== 1) {
this._hangUpBackground(aClientId, aCallback);
} else {
call.hangUpLocal = true;
this._sendToRilWorker(aClientId, "udub", null,
this._defaultCallbackHandler.bind(this, aCallback));
}