Fixed sync-duplicating. Actually I introduced this bug myself with the change 89afc36cc5

pull/14/head
Arne Jans 13 years ago
parent c5c9e3c873
commit 775d536896

@ -227,7 +227,7 @@ public class ProducteevSyncProvider extends SyncProvider<ProducteevTaskContainer
ArrayList<ProducteevTaskContainer> remoteTasks = new ArrayList<ProducteevTaskContainer>();
for(StoreObject dashboard : dataService.getDashboards()) {
long dashboardId = dashboard.getValue(ProducteevDashboard.REMOTE_ID);
JSONArray labels = invoker.labelsShowList(dashboardId, lastServerSync);
JSONArray labels = invoker.labelsShowList(dashboardId, null);
readLabels(labels);
try {

Loading…
Cancel
Save