Bug 854334 - Voice mail notification FAIL. r=marshall

This commit is contained in:
Anshul Jain 2013-05-02 15:22:25 -07:00
parent 943d96bc83
commit 8a56617838

View File

@ -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) {