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(indexactivateddate) &&
|
||||||
!date.equals(indexfilesdate) &&
|
!date.equals(indexfilesdate) &&
|
||||||
indexActivatedFileNames.containsKey(sfName)) {
|
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);
|
itemsToUpdate.add(item);
|
||||||
} else {
|
} else {
|
||||||
long itemSize = item.getSize();
|
long itemSize = item.getSize();
|
||||||
|
|
Loading…
Reference in a new issue