mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1223662 - Part 1: Check mmiServiceCode with correct constant. r=echen
This commit is contained in:
parent
8e0d0e2cef
commit
ca6d33a9e1
@ -1015,7 +1015,7 @@ TelephonyService.prototype = {
|
||||
|
||||
aCallback.notifyDialMMI(mmiServiceCode);
|
||||
|
||||
if (mmiServiceCode !== RIL.MMI_KS_SC_IMEI && !this._isRadioOn(aClientId)) {
|
||||
if (mmiServiceCode !== MMI_KS_SC_IMEI && !this._isRadioOn(aClientId)) {
|
||||
aCallback.notifyDialMMIError(DIAL_ERROR_RADIO_NOT_AVAILABLE);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user