Don't try to sync an empty payload

pull/14/head
Sam Bosley 13 years ago
parent 1529ba56b3
commit 3b39ae6238

@ -162,6 +162,9 @@ public class ActFmSyncThread {
}
}
if (payload.length() == 0)
continue;
try {
JSONObject response = actFmInvoker.postSync(payload, token);
// process responses

Loading…
Cancel
Save