test using downloaedIndexes

This commit is contained in:
sonora 2015-01-31 21:26:58 +01:00
parent 055e5e17b2
commit c7c6cdf5d9

View file

@ -432,6 +432,7 @@ public class DownloadIndexesThread {
} }
currentRunningTask.remove(this); currentRunningTask.remove(this);
if (uiActivity != null) { if (uiActivity != null) {
uiActivity.downloadedIndexes();
uiActivity.updateProgress(false); uiActivity.updateProgress(false);
runCategorization(uiActivity.getDownloadType()); runCategorization(uiActivity.getDownloadType());
} }