diff --git a/js/ui/screenShield.js b/js/ui/screenShield.js index 98279e070..ab75577fa 100644 --- a/js/ui/screenShield.js +++ b/js/ui/screenShield.js @@ -561,7 +561,8 @@ var ScreenShield = class { if (this._activationTime == 0) this._activationTime = GLib.get_monotonic_time(); - this._ensureUnlockDialog(true); + if (!this._ensureUnlockDialog(true)) + return; this.actor.show();