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

Commit 2c410a18 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

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

Fix bug #1776278 (consider supplying our own (unique) eid for calendar entries created on the device)

- modify EventsEntity iterator to take care of the SYNC_ADAPTER_DATA column

Change-Id: I3d08a4ebdca5b595aad7c56b9f5d6259522297e2
parent d40a73e7
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;