mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
IDEA-227938 - using a better API to deal with Progress Indicators in SdkDownloadTracker
GitOrigin-RevId: 86c19721867cdb563cdddc80b8bdcc5f50dbb8f9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
102eb31100
commit
3aaabfce59
@@ -245,7 +245,7 @@ public class SdkDownloadTracker implements Disposable {
|
||||
ProgressIndicatorBase middleMan = new ProgressIndicatorBase() {
|
||||
@Override
|
||||
protected void delegateProgressChange(@NotNull IndicatorAction action) {
|
||||
action.execute(myProgressIndicator);
|
||||
action.execute((ProgressIndicatorEx)indicator);
|
||||
}
|
||||
};
|
||||
myProgressIndicator.addStateDelegate(middleMan);
|
||||
|
||||
Reference in New Issue
Block a user