messageTray: Fix style
https://bugzilla.gnome.org/show_bug.cgi?id=695659
This commit is contained in:
parent
81b71cc143
commit
9eeabf79f9
@ -2247,9 +2247,8 @@ const MessageTray = new Lang.Class({
|
|||||||
let canShowNotification = notificationsPending && this._summaryState == State.HIDDEN;
|
let canShowNotification = notificationsPending && this._summaryState == State.HIDDEN;
|
||||||
|
|
||||||
if (this._notificationState == State.HIDDEN) {
|
if (this._notificationState == State.HIDDEN) {
|
||||||
if (canShowNotification) {
|
if (canShowNotification)
|
||||||
this._showNotification();
|
this._showNotification();
|
||||||
}
|
|
||||||
} else if (this._notificationState == State.SHOWN) {
|
} else if (this._notificationState == State.SHOWN) {
|
||||||
if (notificationMustClose)
|
if (notificationMustClose)
|
||||||
this._hideNotification();
|
this._hideNotification();
|
||||||
|
Loading…
Reference in New Issue
Block a user