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

Commit d62d9eec authored by Daniel Lehmann's avatar Daniel Lehmann
Browse files

Added a comment to make it clearer that the operation has to be the first

Bug:2521447

Change-Id: I155d0b328115d007116a0fe4560e703647ec2fb5
parent b127bf2e
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;