Various small improvements

This commit is contained in:
topjohnwu
2016-12-11 20:38:15 +08:00
parent c9217a419a
commit 3c33f7d294
12 changed files with 61 additions and 73 deletions

View File

@@ -82,7 +82,7 @@ public class ModuleHelper {
}
// Making a request to url and getting response
jsonString = WebRequest.makeWebServiceCall(context.getString(R.string.url_main) + Utils.getToken(), WebRequest.GET);
jsonString = WebRequest.makeWebServiceCall(context.getString(R.string.url_main, Utils.getToken()), WebRequest.GET);
if (jsonString != null && !jsonString.isEmpty()) {
// Have internet access