mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 854334 - Voice mail notification FAIL. r=marshall
This commit is contained in:
parent
943d96bc83
commit
8a56617838
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user