This commit is contained in:
Victor Shcherb 2013-06-01 22:14:22 +02:00
parent ae1db8f6ab
commit b4f1182ce9

View file

@ -374,9 +374,8 @@ public class DownloadIndexesThread {
currentRunningTask.remove(this); currentRunningTask.remove(this);
if (uiActivity != null) { if (uiActivity != null) {
uiActivity.updateProgress(false); uiActivity.updateProgress(false);
runCategorization(uiActivity.getType());
} }
runCategorization(uiActivity.getType());
} }
private void showWarnDialog() { private void showWarnDialog() {