зеркало из https://github.com/mozilla/gecko-dev.git
Bug 854334 - Voice mail notification FAIL. r=marshall
This commit is contained in:
Родитель
eb56ff9b72
Коммит
bfacd9e857
|
@ -1327,6 +1327,9 @@ RILContentHelper.prototype = {
|
|||
if (this.voicemailStatus.messageCount != message.msgCount) {
|
||||
changed = true;
|
||||
this.voicemailStatus.messageCount = message.msgCount;
|
||||
} else if (message.msgCount == -1) {
|
||||
// For MWI using DCS the message count is not available
|
||||
changed = true;
|
||||
}
|
||||
|
||||
if (this.voicemailStatus.returnNumber != message.returnNumber) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче