Skip to content

Commit 34ad60c

Browse files
Notification group XXX report is already registered pollutes idea.log… (#1426)
Notification group XXX report is already registered pollutes idea.log #1409
1 parent 4b9ca2d commit 34ad60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utbot-ui-commons/src/main/kotlin/org/utbot/intellij/plugin/ui/Notifications.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ abstract class Notifier {
3737
protected open val notificationDisplayType = NotificationDisplayType.BALLOON
3838

3939
protected val notificationGroup: NotificationGroup
40-
get() = NotificationGroup(displayId, notificationDisplayType)
40+
get() = NotificationGroup.findRegisteredGroup(displayId) ?: NotificationGroup(displayId, notificationDisplayType)
4141
}
4242

4343
abstract class WarningNotifier : Notifier() {

0 commit comments

Comments
 (0)