fix build
This commit is contained in:
parent
3ba77423ea
commit
4e17cc3b2c
1 changed files with 1 additions and 1 deletions
|
@ -604,7 +604,7 @@ public class DownloadIndexesThread {
|
|||
String indexfilesdate = indexFileNames.get(sfName);
|
||||
if (date != null &&
|
||||
!date.equals(indexactivateddate) &&
|
||||
!date.equals(indexfilesdate)) &&
|
||||
!date.equals(indexfilesdate) &&
|
||||
indexActivatedFileNames.containsKey(sfName)) {
|
||||
stillUpdate.add(item);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue