mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
expire sticky balloons when hidden
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@ public class NotificationsManagerImpl extends NotificationsManager implements No
|
||||
case BALLOON:
|
||||
default:
|
||||
Balloon balloon = notifyByBalloon(notification, type, project);
|
||||
if (!settings.isShouldLog()) {
|
||||
if (!settings.isShouldLog() || type == NotificationDisplayType.STICKY_BALLOON) {
|
||||
if (balloon == null) {
|
||||
notification.expire();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user