mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
IJPL-189392 RecentProjectsManagerBase - use strict ui dispatcher
GitOrigin-RevId: 4f3528384b01151a6ae5d05c9137c36fbeb61f11
This commit is contained in:
committed by
intellij-monorepo-bot
parent
32351b35b7
commit
f93bc1c614
@@ -218,8 +218,10 @@ open class RecentProjectsManagerBase(private val coroutineScope: CoroutineScope)
|
||||
}
|
||||
}
|
||||
|
||||
coroutineScope.launch(Dispatchers.EDT) {
|
||||
updateSystemDockMenu()
|
||||
if (!ApplicationManager.getApplication().isHeadlessEnvironment) {
|
||||
coroutineScope.launch(Dispatchers.ui(UiDispatcherKind.STRICT)) {
|
||||
updateSystemDockMenu()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user