mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
migrate usages of ModalityState.NON_MODAL to ModalityState.nonModal
GitOrigin-RevId: fb4855bfa90dbf384fed24871e4b28ab803847bb
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b6546d9246
commit
97f0a7fd3b
@@ -1,4 +1,4 @@
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
|
||||
package org.jetbrains.kotlin.idea.debugger.coroutine.command
|
||||
|
||||
@@ -45,7 +45,7 @@ class CoroutineDumpAction : AnAction() {
|
||||
val coroutines = states.cache.map { it.toCompleteCoroutineInfoData() }
|
||||
addCoroutineDump(project, coroutines, ui, session.searchScope)
|
||||
}
|
||||
ApplicationManager.getApplication().invokeLater(f, ModalityState.NON_MODAL)
|
||||
ApplicationManager.getApplication().invokeLater(f, ModalityState.nonModal())
|
||||
} else {
|
||||
val message = KotlinDebuggerCoroutinesBundle.message("coroutine.dump.failed")
|
||||
XDebuggerManagerImpl.getNotificationGroup().createNotification(message, MessageType.ERROR).notify(project)
|
||||
|
||||
Reference in New Issue
Block a user