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

Commit 592629e6 authored by Daniel Lehmann's avatar Daniel Lehmann Committed by Android (Google) Code Review
Browse files

Merge "Added a comment to make it clearer that the operation has to be the first Bug:2521447"

parents 4f31a003 d62d9eec
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1055,6 +1055,8 @@ public class VCardEntry {
    public Uri pushIntoContentResolver(ContentResolver resolver) {
        ArrayList<ContentProviderOperation> operationList =
            new ArrayList<ContentProviderOperation>();
        // After applying the batch the first result's Uri is returned so it is important that
        // the RawContact is the first operation that gets inserted into the list
        ContentProviderOperation.Builder builder =
            ContentProviderOperation.newInsert(RawContacts.CONTENT_URI);
        String myGroupsId = null;