version:cube

fix:
update:优化检测升级
This commit is contained in:
2022-06-08 20:57:58 +08:00
parent 8ac2a6503f
commit 83159cc584
3 changed files with 15 additions and 0 deletions

View File

@@ -409,6 +409,7 @@ public class MainService extends Service implements MainSContact.MainView, Netwo
mPresenter.checkAoleyunUpdate();
}
}
NetInterfaceManager.getInstance().checkUpdate();
return START_STICKY;
}