mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
use hotswap progress only in scanning mode
This commit is contained in:
@@ -157,7 +157,7 @@ public class HotSwapUIImpl extends HotSwapUI implements ProjectComponent{
|
||||
return;
|
||||
}
|
||||
|
||||
final HotSwapProgressImpl findClassesProgress = new HotSwapProgressImpl(myProject);
|
||||
final HotSwapProgressImpl findClassesProgress = generatedPaths == null? new HotSwapProgressImpl(myProject) : null;
|
||||
|
||||
ApplicationManager.getApplication().executeOnPooledThread(new Runnable() {
|
||||
public void run() {
|
||||
|
||||
Reference in New Issue
Block a user