Don't delete tasks that are existing but marked do not sync

pull/14/head
Tim Su 14 years ago
parent 3984622eb7
commit 37ed37ba74

@ -482,8 +482,6 @@ public class ProducteevSyncProvider extends SyncProvider<ProducteevTaskContainer
// if local is marked do not sync, handle accordingly
if(idDashboard == ProducteevUtilities.DASHBOARD_NO_SYNC) {
if(idTask != 1)
invoker.tasksDelete(idTask);
return;
}

Loading…
Cancel
Save