screenShield: Reset correct translation
When showing the lock dialog without animation, we currently reset the translation of the wrong actor, leaving the unlock dialog off-screen. https://gitlab.gnome.org/GNOME/gnome-shell/issues/2213
This commit is contained in:
parent
bcc652632d
commit
5934dc16d3
@ -431,7 +431,7 @@ var ScreenShield = class {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
this._lockScreenGroup.translation_y = 0;
|
this._lockDialogGroup.translation_y = 0;
|
||||||
this._lockScreenShown({ fadeToBlack, animateFade: false });
|
this._lockScreenShown({ fadeToBlack, animateFade: false });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user