Move comment to correct spot
Change-Id: Iaa76f2b014dca3651e0d62122e5d0df533c6bc73
This commit is contained in:
parent
3ae84b247d
commit
a3235209b0
@ -924,8 +924,8 @@ public class SyncManager extends Service implements Runnable {
|
|||||||
if (syncManager != null) {
|
if (syncManager != null) {
|
||||||
android.accounts.Account[] accountMgrList = AccountManager.get(syncManager)
|
android.accounts.Account[] accountMgrList = AccountManager.get(syncManager)
|
||||||
.getAccountsByType(Email.EXCHANGE_ACCOUNT_MANAGER_TYPE);
|
.getAccountsByType(Email.EXCHANGE_ACCOUNT_MANAGER_TYPE);
|
||||||
// Make sure we have an up-to-date sAccountList
|
|
||||||
synchronized (sAccountList) {
|
synchronized (sAccountList) {
|
||||||
|
// Make sure we have an up-to-date sAccountList
|
||||||
mAccountObserver.onAccountChanged();
|
mAccountObserver.onAccountChanged();
|
||||||
reconcileAccountsWithAccountManager(syncManager, sAccountList,
|
reconcileAccountsWithAccountManager(syncManager, sAccountList,
|
||||||
accountMgrList, false, mResolver);
|
accountMgrList, false, mResolver);
|
||||||
|
Loading…
Reference in New Issue
Block a user