mirror of
https://github.com/britzl/monarch.git
synced 2025-06-27 10:27:49 +02:00
Clear wait_for flag on proxy loaded
This commit is contained in:
parent
e8249229b9
commit
66d2c98ccc
@ -442,6 +442,7 @@ local function preload(screen)
|
|||||||
screen.wait_for = WAITFOR_PROXY_LOADED
|
screen.wait_for = WAITFOR_PROXY_LOADED
|
||||||
msg.post(screen.proxy, MSG_ASYNC_LOAD)
|
msg.post(screen.proxy, MSG_ASYNC_LOAD)
|
||||||
coroutine.yield()
|
coroutine.yield()
|
||||||
|
screen.wait_for = nil
|
||||||
elseif screen.factory then
|
elseif screen.factory then
|
||||||
log("preload() factory")
|
log("preload() factory")
|
||||||
if collectionfactory.get_status(screen.factory) == collectionfactory.STATUS_UNLOADED then
|
if collectionfactory.get_status(screen.factory) == collectionfactory.STATUS_UNLOADED then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user