Loading core/java/android/content/SyncManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -244,7 +244,7 @@ class SyncManager implements OnAccountsUpdatedListener { // If this was the bootup case then don't sync everything, instead only // sync those that have an unknown syncable state, which will give them // a chance to set their syncable state. boolean onlyThoseWithUnkownSyncableState = !justBootedUp; boolean onlyThoseWithUnkownSyncableState = justBootedUp; scheduleSync(null, null, null, 0 /* no delay */, onlyThoseWithUnkownSyncableState); } } Loading Loading
core/java/android/content/SyncManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -244,7 +244,7 @@ class SyncManager implements OnAccountsUpdatedListener { // If this was the bootup case then don't sync everything, instead only // sync those that have an unknown syncable state, which will give them // a chance to set their syncable state. boolean onlyThoseWithUnkownSyncableState = !justBootedUp; boolean onlyThoseWithUnkownSyncableState = justBootedUp; scheduleSync(null, null, null, 0 /* no delay */, onlyThoseWithUnkownSyncableState); } } Loading