Bug 824465 - fix delivery state wrongly reset to 'sending' when delivered. r=vicamo

This commit is contained in:
Julien Wajsberg 2012-12-26 20:38:11 +08:00
parent 53d06365d2
commit bafd79b5f0

View File

@ -1439,6 +1439,8 @@ RadioInterfaceLayer.prototype = {
if (!options.requestStatusReport) {
// No more used if STATUS-REPORT not requested.
delete this._sentSmsEnvelopes[message.envelopeId];
} else {
options.sms = sms;
}
options.request.notifyMessageSent(sms);