mirror of
https://github.com/britzl/monarch.git
synced 2025-06-27 02:17:53 +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
|
||||
msg.post(screen.proxy, MSG_ASYNC_LOAD)
|
||||
coroutine.yield()
|
||||
screen.wait_for = nil
|
||||
elseif screen.factory then
|
||||
log("preload() factory")
|
||||
if collectionfactory.get_status(screen.factory) == collectionfactory.STATUS_UNLOADED then
|
||||
|
Loading…
x
Reference in New Issue
Block a user