mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
Bug 914631 - B2G RIL: convertRILCallState is not defined. r=vicamo
This commit is contained in:
parent
74795bfd78
commit
7b0863debe
@ -492,7 +492,7 @@ TelephonyProvider.prototype = {
|
||||
|
||||
notifyConferenceCallStateChanged: function notifyConferenceCallStateChanged(aState) {
|
||||
if (DEBUG) debug("handleConferenceCallStateChanged: " + aState);
|
||||
aState = aState != null ? convertRILCallState(aState) :
|
||||
aState = aState != null ? this._convertRILCallState(aState) :
|
||||
nsITelephonyProvider.CALL_STATE_UNKNOWN;
|
||||
this._updateCallAudioState(null, aState);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user