Refactoring for Beta release complete..testing ensues

This commit is contained in:
Admin
2016-12-29 15:56:38 -06:00
parent a3325aa048
commit ea6c31494b
17 changed files with 256 additions and 506 deletions

View File

@@ -764,10 +764,8 @@ public class HueMulator {
else
url = "[{\"item\":\"" + url + "\"}]";
}
} else {
if(!url.startsWith("[{\"item\""))
url = "[{\"item\":" + url + "}]";
}
} else if(!url.startsWith("[{\"item\""))
url = "[{\"item\":" + url + "}]";
CallItem[] callItems = null;
callItems = aGsonHandler.fromJson(url, CallItem[].class);