mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1149433 - Set hangUpLocal in rejectCall. r=hsinyi
This commit is contained in:
parent
4f576d24c4
commit
6adcf3f0c9
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user