More moving

This commit is contained in:
topjohnwu
2018-07-31 16:57:52 +08:00
parent 914b7ee056
commit 70dd2d4829
19 changed files with 174 additions and 167 deletions

View File

@@ -54,7 +54,7 @@ public class CheckUpdates extends ParallelTask<Void, Void, Void> {
protected Void doInBackground(Void... voids) {
MagiskManager mm = Global.MM();
String jsonStr = "";
switch (mm.updateChannel) {
switch (Global.updateChannel) {
case Const.Value.STABLE_CHANNEL:
jsonStr = WebService.getString(Const.Url.STABLE_URL);
break;