Remember to store modified organizerEmail
Bug: 2709816 Change-Id: Ib26536c127857fa8a1fdf805469872419931f21c
This commit is contained in:
parent
7f448dcd47
commit
b6a08f68d7
@ -579,6 +579,7 @@ public class CalendarSyncAdapter extends AbstractSyncAdapter {
|
|||||||
}
|
}
|
||||||
if (selfOrganizer) {
|
if (selfOrganizer) {
|
||||||
organizerEmail = BOGUS_ORGANIZER_EMAIL;
|
organizerEmail = BOGUS_ORGANIZER_EMAIL;
|
||||||
|
cv.put(Events.ORGANIZER, organizerEmail);
|
||||||
}
|
}
|
||||||
// Tell UI that we don't have any attendees
|
// Tell UI that we don't have any attendees
|
||||||
cv.put(Events.HAS_ATTENDEE_DATA, "0");
|
cv.put(Events.HAS_ATTENDEE_DATA, "0");
|
||||||
|
Loading…
Reference in New Issue
Block a user