Skip to content

loginDialog: Fix timing issue

Naïm Favier requested to merge ncfavier/gnome-shell:fix-loginDialog into main

Fix the first task of the timed login batch not returning the hold on _waitForItemForUser, which sometimes results in JS ERROR: TypeError: loginItem is null (see here for example).

Bug introduced in 11965324, cc @halfline

Not tested but should be straightforward.

Merge request reports