diff --git a/astrid/plugin-src/com/todoroo/astrid/actfm/sync/ActFmSyncService.java b/astrid/plugin-src/com/todoroo/astrid/actfm/sync/ActFmSyncService.java index bb664287a..27bfa426a 100644 --- a/astrid/plugin-src/com/todoroo/astrid/actfm/sync/ActFmSyncService.java +++ b/astrid/plugin-src/com/todoroo/astrid/actfm/sync/ActFmSyncService.java @@ -597,9 +597,10 @@ public final class ActFmSyncService { } } params.add(array); + if (members.length() > 0) + addAbTestEventInfo(params); } - addAbTestEventInfo(params); } catch (JSONException e) { throw new RuntimeException(e);