mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
loginDialog: Fix timing issue
Fix the first task of the timed login batch not returning the hold on `_waitForItemForUser`. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2116>
This commit is contained in:
parent
6a10f2f2f1
commit
3de418ea3b
1 changed files with 2 additions and 1 deletions
|
|
@ -1059,9 +1059,10 @@ var LoginDialog = GObject.registerClass({
|
|||
let tasks = [
|
||||
() => {
|
||||
if (this._disableUserList)
|
||||
return;
|
||||
return null;
|
||||
|
||||
this._timedLoginUserListHold = this._waitForItemForUser(userName);
|
||||
return this._timedLoginUserListHold;
|
||||
},
|
||||
|
||||
() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue