We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e824922 commit 66d2c98Copy full SHA for 66d2c98
monarch/monarch.lua
@@ -442,6 +442,7 @@ local function preload(screen)
442
screen.wait_for = WAITFOR_PROXY_LOADED
443
msg.post(screen.proxy, MSG_ASYNC_LOAD)
444
coroutine.yield()
445
+ screen.wait_for = nil
446
elseif screen.factory then
447
log("preload() factory")
448
if collectionfactory.get_status(screen.factory) == collectionfactory.STATUS_UNLOADED then
0 commit comments