diff --git a/helpstack/src/com/tenmiles/helpstack/gears/HSHappyfoxGear.java b/helpstack/src/com/tenmiles/helpstack/gears/HSHappyfoxGear.java index ccd779f..a7a34aa 100644 --- a/helpstack/src/com/tenmiles/helpstack/gears/HSHappyfoxGear.java +++ b/helpstack/src/com/tenmiles/helpstack/gears/HSHappyfoxGear.java @@ -128,7 +128,6 @@ public void onResponse(JSONArray sectionsArray) { request.setTag(cancelTag); queue.add(request); - queue.start(); } else { // Fetch individual section @@ -153,7 +152,6 @@ public void onResponse(JSONObject sectionsArray) { request.setTag(cancelTag); queue.add(request); - queue.start(); } }