diff --git a/scripts/system/pal.js b/scripts/system/pal.js index 505c1840da..bc9784fb17 100644 --- a/scripts/system/pal.js +++ b/scripts/system/pal.js @@ -335,7 +335,7 @@ Users.usernameFromIDReply.connect(usernameFromIDReply); function clearIgnoredInQMLAndRefreshPAL() { pal.sendToQml({ method: 'clearIgnored' }); removeOverlays(); - populateUserList(); + Script.setTimeout(populateUserList, 200); // Short delay before populating the PAL to allow the HashMap to populate } Window.domainChanged.connect(clearIgnoredInQMLAndRefreshPAL); Window.domainConnectionRefused.connect(clearIgnoredInQMLAndRefreshPAL);