Fix calls to fetchContactsMatching:

This commit is contained in:
Francis Lachapelle
2017-11-22 09:26:57 -05:00
parent e04b281864
commit e8b29add3a
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -1205,6 +1205,7 @@ static Class NSNullK;
currentSource = [_sources objectForKey: sourceID];
[contacts addObjectsFromArray:
[currentSource fetchContactsMatching: filter
withCriteria: nil
inDomain: domain]];
}