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 (notifyRootChange) return false
|
||||||
|
|
||||||
if (backgroundTasksQueue == null) {
|
if (backgroundTasksQueue == null) {
|
||||||
submitMakeRootsChange()
|
return submitMakeRootsChange()
|
||||||
return true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
notifyRootChange = true
|
notifyRootChange = true
|
||||||
|
|||||||
Reference in New Issue
Block a user