summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/android/providers/contacts/aggregation/util/ContactAggregatorHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/providers/contacts/aggregation/util/ContactAggregatorHelper.java b/src/com/android/providers/contacts/aggregation/util/ContactAggregatorHelper.java
index 71eacea..9c19dce 100644
--- a/src/com/android/providers/contacts/aggregation/util/ContactAggregatorHelper.java
+++ b/src/com/android/providers/contacts/aggregation/util/ContactAggregatorHelper.java
@@ -66,7 +66,7 @@ public class ContactAggregatorHelper {
for (Integer i : s) {
final Set<Long> rIdSet = rawContactIds.get(i);
if (rIdSet != null && !rIdSet.isEmpty()) {
- connectedRawContactSets.add(rawContactIds.get(i));
+ connectedRawContactSets.add(rIdSet);
rawContactIds.remove(i);
}
}