diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js index 25fc8a66f..86bd6edb5 100644 --- a/js/ui/messageTray.js +++ b/js/ui/messageTray.js @@ -1588,6 +1588,7 @@ const MessageTray = new Lang.Class({ _onCloseClicked: function() { if (this._notificationState == State.SHOWN) { + this._closeButton.hide(); this._notificationClosed = true; this._updateState(); this._notificationClosed = false;