Fixed bugs with title matching when syncing with gtasks second

pull/14/head
Sam Bosley 12 years ago
parent aa775fdacf
commit 15b5427789

@ -135,13 +135,13 @@ public class GtasksSyncV2Provider extends SyncV2Provider {
synchronizeListHelper(list, invoker, manual, handler, callback);
callback.incrementProgress(25);
if (finisher.decrementAndGet() == 0) {
pushUpdated(invoker, callback);
finishSync(callback);
}
}
}).start();
}
pushUpdated(invoker, callback);
}
}).start();
}

Loading…
Cancel
Save