am 09f0ab04
: Merge "Fix NPE in SyncManager" into froyo
Merge commit '09f0ab0454ee59170025337b786dd7cf8837d2ed' into froyo-plus-aosp * commit '09f0ab0454ee59170025337b786dd7cf8837d2ed': Fix NPE in SyncManager
This commit is contained in:
commit
79ace45187
@ -1180,9 +1180,11 @@ public class SyncManager extends Service implements Runnable {
|
||||
}
|
||||
|
||||
static private synchronized void shutdownConnectionManager() {
|
||||
if (sClientConnectionManager != null) {
|
||||
sClientConnectionManager.shutdown();
|
||||
sClientConnectionManager = null;
|
||||
}
|
||||
}
|
||||
|
||||
public static void stopAccountSyncs(long acctId) {
|
||||
SyncManager syncManager = INSTANCE;
|
||||
|
Loading…
Reference in New Issue
Block a user