Updated fix for updates tts files.
This commit is contained in:
parent
9a342d2e72
commit
c25352fc59
1 changed files with 3 additions and 1 deletions
|
@ -551,7 +551,9 @@ public class DownloadIndexesThread {
|
|||
!date.equals(indexactivateddate) &&
|
||||
!date.equals(indexfilesdate) &&
|
||||
indexActivatedFileNames.containsKey(sfName)) {
|
||||
if (item.getType() == DownloadActivityType.NORMAL_FILE){
|
||||
if (item.getType() == DownloadActivityType.NORMAL_FILE ||
|
||||
item.getType() == DownloadActivityType.ROADS_FILE ||
|
||||
item.getType() == DownloadActivityType.SRTM_COUNTRY_FILE){
|
||||
itemsToUpdate.add(item);
|
||||
} else {
|
||||
long itemSize = item.getSize();
|
||||
|
|
Loading…
Reference in a new issue