mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-11-15 22:53:04 +00:00
Various small improvements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user