mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Backed out changeset de34cb8506d9 (bug 1040230)
This commit is contained in:
parent
50e2274d21
commit
a2f6437df2
@ -2547,8 +2547,7 @@ MobileMessageDB.prototype = {
|
||||
},
|
||||
|
||||
notifyDeletedInfo: function(info) {
|
||||
if (!info ||
|
||||
(info.messageIds.length === 0 && info.threadIds.length === 0)) {
|
||||
if (!info) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user