Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 454f1ae

Browse files
committed
Do not show update notification for "TWRP A/B Retention script" module (Fix #187)
1 parent 4aefef5 commit 454f1ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/fox2code/mmm/background/BackgroundUpdateChecker.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ static void doCheck(Context context) {
5757
int moduleUpdateCount = 0;
5858
for (LocalModuleInfo localModuleInfo :
5959
ModuleManager.getINSTANCE().getModules().values()) {
60+
if ("twrp-keep".equals(localModuleInfo.id)) continue;
6061
RepoModule repoModule = RepoManager.getINSTANCE()
6162
.getModules().get(localModuleInfo.id);
6263
localModuleInfo.checkModuleUpdate();

0 commit comments

Comments
 (0)