diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js index 5fb83320d..de1b9f47c 100644 --- a/js/ui/messageTray.js +++ b/js/ui/messageTray.js @@ -883,7 +883,7 @@ MessageTray.prototype = { if (this._summaryState == State.HIDDEN) { if (notificationsDone && this._summaryNeedsToBeShown) this._showSummary(true); - else if (!notificationsVisible && summarySummoned) + else if (summarySummoned) this._showSummary(false); } else if (this._summaryState == State.SHOWN) { if (!summaryPinned)