commit | 45107e0c328dc689effc62b7a5a5afc6f18c94ac | [log] [tgz] |
---|---|---|
author | Marc Blank <mblank@google.com> | Fri Jul 10 11:40:27 2009 -0700 |
committer | Marc Blank <mblank@google.com> | Fri Jul 10 11:40:27 2009 -0700 |
tree | badef98aa8fa0dc44d89d4f9d5fe1ea2e1ed3d85 | |
parent | 89fe27366bad06f1ed0b8fc05e7a4ee48fe24ebd [diff] |
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...