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

Commit c184a0b9 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android (Google) Code Review
Browse files

Merge "Fix bug #1776278 (consider supplying our own (unique) eid for calendar...

Merge "Fix bug #1776278 (consider supplying our own (unique) eid for calendar entries created on the device)"
parents 2d5cae8c 2c410a18
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -861,6 +861,8 @@ public final class Calendar {
                DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, _SYNC_VERSION);
                DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, EventsColumns.DELETED);
                DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, Calendars.SYNC1);
                DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv,
                        Events.SYNC_ADAPTER_DATA);

                Entity entity = new Entity(cv);
                Cursor subCursor;