forcefully restart all files on dumbness change

This commit is contained in:
Alexey Kudravtsev
2010-11-19 14:32:34 +03:00
parent 4a74f1ed4a
commit eebaa506c5
@@ -190,11 +190,11 @@ class DaemonListeners implements Disposable {
connection.subscribe(DumbService.DUMB_MODE, new DumbService.DumbModeListener() {
public void enteredDumbMode() {
stopDaemon(true);
myDaemonCodeAnalyzer.restart();
}
public void exitDumbMode() {
stopDaemon(true);
myDaemonCodeAnalyzer.restart();
}
});