mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 824465 - fix delivery state wrongly reset to 'sending' when delivered. r=vicamo
This commit is contained in:
parent
53d06365d2
commit
bafd79b5f0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user