Fix the source icons when viewing a contact.
diff --git a/src/com/android/contacts/model/Sources.java b/src/com/android/contacts/model/Sources.java
index 3258f13..196a306 100644
--- a/src/com/android/contacts/model/Sources.java
+++ b/src/com/android/contacts/model/Sources.java
@@ -85,7 +85,7 @@
final AuthenticatorDescription[] auths = am.getAuthenticatorTypes();
for (SyncAdapterType sync : syncs) {
- if (ContactsContract.AUTHORITY.equals(sync.authority)) {
+ if (!ContactsContract.AUTHORITY.equals(sync.authority)) {
// Skip sync adapters that don't provide contact data.
continue;
}