Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c759304d authored by Dave Santoro's avatar Dave Santoro Committed by Android (Google) Code Review
Browse files

Merge "Remove use of profile_raw_contact_id column."

parents ad31a388 1981c40d
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -199,11 +199,7 @@ public class DefaultContactListAdapter extends ContactListAdapter {
                } else {
                    selection.append(" AND " + RawContacts.DATA_SET + " IS NULL");
                }
                // TODO (stopship): And also this private API, which is even worse
                selection.append(") OR " + Contacts._ID + "=(" +
                        "SELECT contact_id " +
                        "FROM raw_contacts rc inner join accounts a" +
                        " ON a.profile_raw_contact_id = rc._id)");
                selection.append(")");
                break;
            }
            case ContactListFilter.FILTER_TYPE_GROUP: {