Commits

Marc Blank authored 45107e0c328
AbstractSyncableContentProvider must only call onAccountsChanged with GAIA accounts Currently, ASCP calls onAccountsChanged with an array of ALL accounts, but ContactsProvider and CalendarProvider assume these are all GAIA accounts. This can cause a looping crash in acore, so the code has been changed to only pass an array of GAIA accounts...