Do not show update notification for "TWRP A/B Retention script" module (Fix #187)

pull/192/head
Fox2Code 2 years ago
parent 4aefef541c
commit 454f1aeaf5

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

Loading…
Cancel
Save