diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js index 650361115..f3806b7e6 100644 --- a/js/ui/messageTray.js +++ b/js/ui/messageTray.js @@ -1001,6 +1001,9 @@ const Notification = new Lang.Class({ Meta.later_add(Meta.LaterType.BEFORE_REDRAW, Lang.bind(this, function() { + if (this._destroyed) + return false; + if (this._canExpandContent()) { this._addBannerBody(); this._table.add_style_class_name('multi-line-notification');