swapRepos are never used
This commit is contained in:
parent
2365d314c6
commit
fae80fbb26
@ -353,7 +353,7 @@ public class UpdateService extends IntentService implements ProgressListener {
|
|||||||
// Process each repo...
|
// Process each repo...
|
||||||
Map<String, App> appsToUpdate = new HashMap<>();
|
Map<String, App> appsToUpdate = new HashMap<>();
|
||||||
List<Apk> apksToUpdate = new ArrayList<>();
|
List<Apk> apksToUpdate = new ArrayList<>();
|
||||||
List<Repo> swapRepos = new ArrayList<>();
|
//List<Repo> swapRepos = new ArrayList<>();
|
||||||
List<Repo> unchangedRepos = new ArrayList<>();
|
List<Repo> unchangedRepos = new ArrayList<>();
|
||||||
List<Repo> updatedRepos = new ArrayList<>();
|
List<Repo> updatedRepos = new ArrayList<>();
|
||||||
List<Repo> disabledRepos = new ArrayList<>();
|
List<Repo> disabledRepos = new ArrayList<>();
|
||||||
@ -371,7 +371,7 @@ public class UpdateService extends IntentService implements ProgressListener {
|
|||||||
unchangedRepos.add(repo);
|
unchangedRepos.add(repo);
|
||||||
continue;
|
continue;
|
||||||
} else if (!singleRepoUpdate && repo.isSwap) {
|
} else if (!singleRepoUpdate && repo.isSwap) {
|
||||||
swapRepos.add(repo);
|
//swapRepos.add(repo);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user