Fixes NullPointerException in MetaContact.getDefaultContact().

cusax-fix
Yana Stamcheva 15 years ago
parent eef3a8e7b5
commit 3aeed64912

@ -437,7 +437,7 @@ else if (contactProvider.getOperationSet(operationSet) != null)
= capabilities.get(operationSet.getName());
if (capContacts == null
|| !capContacts.contains(defaultContact))
|| !capContacts.contains(protoContact))
{
continue;
}

Loading…
Cancel
Save