mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
dumb-service: fix aggregator, revert change
GitOrigin-RevId: 4410fce2cc64d5e486c15c6f79e4ae21ce659d26
This commit is contained in:
committed by
intellij-monorepo-bot
parent
abb97c67db
commit
b98a7cf311
+7
-7
@@ -199,13 +199,13 @@ public class DumbServiceMergingTaskQueue {
|
||||
customIndicator = myIndicator;
|
||||
} else {
|
||||
customIndicator.checkCanceled();
|
||||
ProgressIndicator customIndicatorFinal = customIndicator;
|
||||
new ProgressIndicatorListenerAdapter() {
|
||||
@Override
|
||||
public void cancelled() {
|
||||
customIndicatorFinal.cancel();
|
||||
}
|
||||
}.installToProgress(myIndicator);
|
||||
//ProgressIndicator customIndicatorFinal = customIndicator;
|
||||
//new ProgressIndicatorListenerAdapter() {
|
||||
// @Override
|
||||
// public void cancelled() {
|
||||
// customIndicatorFinal.cancel();
|
||||
// }
|
||||
//}.installToProgress(myIndicator);
|
||||
}
|
||||
|
||||
myTask.performInDumbMode(customIndicator);
|
||||
|
||||
Reference in New Issue
Block a user