зеркало из https://github.com/mozilla/pjs.git
Bug 743179 - B2G SMS: error notification for REQUEST_GET_SMSC_ADDRESS failure is not fired. r=philikon
This commit is contained in:
Родитель
de252a5858
Коммит
cce1a7abfc
|
@ -2233,7 +2233,7 @@ RIL[REQUEST_DEVICE_IDENTITY] = null;
|
|||
RIL[REQUEST_EXIT_EMERGENCY_CALLBACK_MODE] = null;
|
||||
RIL[REQUEST_GET_SMSC_ADDRESS] = function REQUEST_GET_SMSC_ADDRESS(length, options) {
|
||||
if (options.rilRequestError) {
|
||||
if (options.body) {
|
||||
if (options.type == "sendSMS") {
|
||||
this.sendDOMMessage({
|
||||
type: "sms-send-failed",
|
||||
envelopeId: options.envelopeId,
|
||||
|
|
Загрузка…
Ссылка в новой задаче