Wikipedia suggestion
This commit is contained in:
parent
43a0bd60da
commit
83f413763c
1 changed files with 4 additions and 1 deletions
|
@ -431,7 +431,10 @@ public class DownloadActivity extends BaseDownloadActivity {
|
|||
if(fit && !indexed.containsKey(fname+".wiki.obf") ) {
|
||||
wikipediaItems.add(fname);
|
||||
}
|
||||
} else if(i.getType() == DownloadActivityType.WIKIPEDIA_FILE) {
|
||||
}
|
||||
}
|
||||
for(IndexItem i : getEntriesToDownload().keySet()) {
|
||||
if(i.getType() == DownloadActivityType.WIKIPEDIA_FILE) {
|
||||
wikipediaItems.remove(i.getBasename());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue