Updated fix for updates tts files.

This commit is contained in:
Denis 2014-12-04 14:48:52 +02:00
parent 9a342d2e72
commit c25352fc59

View file

@ -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();