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) {
|
||||
android.accounts.Account[] accountMgrList = AccountManager.get(syncManager)
|
||||
.getAccountsByType(Email.EXCHANGE_ACCOUNT_MANAGER_TYPE);
|
||||
// Make sure we have an up-to-date sAccountList
|
||||
synchronized (sAccountList) {
|
||||
// Make sure we have an up-to-date sAccountList
|
||||
mAccountObserver.onAccountChanged();
|
||||
reconcileAccountsWithAccountManager(syncManager, sAccountList,
|
||||
accountMgrList, false, mResolver);
|
||||
|
Loading…
Reference in New Issue
Block a user