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

Commit 74d69d1c authored by Dmitri Plotnikov's avatar Dmitri Plotnikov
Browse files

Fixing aggregation mode for inserted contacts

Change-Id: I716d742c72607c84e382b0c4baf3e2bea757d7c8
parent d188bb3f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -428,6 +428,7 @@ public class EntityDelta implements Parcelable {
            builder.withValue(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DEFAULT);
            builder.withSelection(RawContacts._ID + "=?", new String[1]);
            builder.withSelectionBackReference(0, firstIndex);
            buildInto.add(builder.build());
        }
    }