|
|
@ -57,6 +57,7 @@ public class BackgroundUpdateChecker extends Worker {
|
|
|
|
int moduleUpdateCount = 0;
|
|
|
|
int moduleUpdateCount = 0;
|
|
|
|
for (LocalModuleInfo localModuleInfo :
|
|
|
|
for (LocalModuleInfo localModuleInfo :
|
|
|
|
ModuleManager.getINSTANCE().getModules().values()) {
|
|
|
|
ModuleManager.getINSTANCE().getModules().values()) {
|
|
|
|
|
|
|
|
if ("twrp-keep".equals(localModuleInfo.id)) continue;
|
|
|
|
RepoModule repoModule = RepoManager.getINSTANCE()
|
|
|
|
RepoModule repoModule = RepoManager.getINSTANCE()
|
|
|
|
.getModules().get(localModuleInfo.id);
|
|
|
|
.getModules().get(localModuleInfo.id);
|
|
|
|
localModuleInfo.checkModuleUpdate();
|
|
|
|
localModuleInfo.checkModuleUpdate();
|
|
|
|