Fix custom key configuration for primary user ids

This commit is contained in:
Dominik Schürmann
2014-09-21 23:19:21 +02:00
parent f50c0e1905
commit db7da6525e
6 changed files with 38 additions and 11 deletions

View File

@@ -130,7 +130,6 @@ public class ContactHelper {
Set<String> currNames = new HashSet<String>();
while (profileCursor.moveToNext()) {
String name = profileCursor.getString(1);
Log.d(Constants.TAG, "name" + name);
if (name != null) {
currNames.add(name);
}