mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
check project is not disposed in async listener EA-144986
GitOrigin-RevId: d464f546035cc6a9914501c655a2e07ade99ebb7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
45cff0bce2
commit
490f2c3232
@@ -217,7 +217,9 @@ public class DirtyScopeHolder extends UserDataHolderBase implements AsyncFileLis
|
||||
|
||||
@Override
|
||||
public void afterVfsChange() {
|
||||
after(events);
|
||||
if (!myService.getProject().isDisposed()) {
|
||||
after(events);
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user