Removed unused condition
This commit is contained in:
parent
1645de6a91
commit
c3d4b9ec13
1 changed files with 3 additions and 5 deletions
|
@ -466,13 +466,11 @@ public class DownloadResources extends DownloadResourceGroup {
|
|||
OsmandRegions regions = app.getRegions();
|
||||
DownloadIndexesThread downloadThread = app.getDownloadThread();
|
||||
List<WorldRegion> downloadRegions = regions.getWoldRegions(latLon);
|
||||
if (downloadRegions != null) {
|
||||
for (WorldRegion downloadRegion : downloadRegions) {
|
||||
if (includeDownloaded || !isIndexItemDownloaded(downloadThread, type, downloadRegion, res)) {
|
||||
addIndexItem(downloadThread, type, downloadRegion, res);
|
||||
}
|
||||
}
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue