KotlinUnusedImportInspection: check for disposal of progress indicator
So #KT-22335 Fixed
This commit is contained in:
@@ -165,6 +165,7 @@ class KotlinUnusedImportInspection : AbstractKotlinInspection() {
|
||||
}
|
||||
}
|
||||
|
||||
if (Disposer.isDisposed(progress)) return
|
||||
Disposer.register(progress, invokeFixLater)
|
||||
|
||||
if (progress.isCanceled) {
|
||||
|
||||
Reference in New Issue
Block a user