diff --git a/app/src/main/java/com/fox2code/mmm/repo/RepoUpdater.java b/app/src/main/java/com/fox2code/mmm/repo/RepoUpdater.java index fef378c..8d22ce1 100644 --- a/app/src/main/java/com/fox2code/mmm/repo/RepoUpdater.java +++ b/app/src/main/java/com/fox2code/mmm/repo/RepoUpdater.java @@ -34,6 +34,9 @@ public class RepoUpdater { } try { if (!this.repoData.prepare()) { + this.indexRaw = null; + this.toUpdate = Collections.emptyList(); + this.toApply = Collections.emptySet(); return 0; } this.indexRaw = Http.doHttpGet(this.repoData.url, false);