Scripts, AsyncScripDependenciesLoader: notifyRootsChanged should return false in case when no dependencies are loaded
This commit is contained in:
+1
-2
@@ -52,8 +52,7 @@ class AsyncScriptDependenciesLoader internal constructor(project: Project) : Scr
|
||||
if (notifyRootChange) return false
|
||||
|
||||
if (backgroundTasksQueue == null) {
|
||||
submitMakeRootsChange()
|
||||
return true
|
||||
return submitMakeRootsChange()
|
||||
}
|
||||
|
||||
notifyRootChange = true
|
||||
|
||||
Reference in New Issue
Block a user