Fix bug
This commit is contained in:
parent
ae1db8f6ab
commit
b4f1182ce9
1 changed files with 1 additions and 2 deletions
|
@ -374,9 +374,8 @@ public class DownloadIndexesThread {
|
|||
currentRunningTask.remove(this);
|
||||
if (uiActivity != null) {
|
||||
uiActivity.updateProgress(false);
|
||||
}
|
||||
runCategorization(uiActivity.getType());
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
private void showWarnDialog() {
|
||||
|
|
Loading…
Reference in a new issue