screenShield: Fix regression from 114f6f577f
This commit is contained in:
parent
2acb097662
commit
23c1138a58
@ -698,9 +698,10 @@ const ScreenShield = new Lang.Class({
|
|||||||
},
|
},
|
||||||
|
|
||||||
_lockScreenShown: function() {
|
_lockScreenShown: function() {
|
||||||
if (this._dialog)
|
if (this._dialog && !this._isGreeter) {
|
||||||
this._dialog.destroy();
|
this._dialog.destroy();
|
||||||
this._dialog = null;
|
this._dialog = null;
|
||||||
|
}
|
||||||
|
|
||||||
if (this._arrowAnimationId)
|
if (this._arrowAnimationId)
|
||||||
Mainloop.source_remove(this._arrowAnimationId);
|
Mainloop.source_remove(this._arrowAnimationId);
|
||||||
|
Loading…
Reference in New Issue
Block a user