Fixed a bug where sometimes sync would be perpetually ongoing, blocking sync on save. This is tragic

pull/14/head
Sam Bosley 12 years ago
parent 61d080bcc4
commit 384ae65d25

@ -240,8 +240,7 @@ public class ActFmSyncV2Provider extends SyncV2Provider {
} finally {
callback.incrementProgress(20);
if(finisher.decrementAndGet() == 0) {
actFmPreferenceService.recordSuccessfulSync();
callback.finished();
finishSync(callback);
}
}
}

Loading…
Cancel
Save