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);
|
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() {
|
||||||
|
|
Loading…
Reference in a new issue