3
0
mirror of https://github.com/britzl/monarch.git synced 2025-09-27 10:02:21 +02:00
This commit is contained in:
Björn Ritzl
2017-09-25 21:55:12 +02:00
parent 95fd994fa0
commit 1174de2ba5

View File

@@ -73,8 +73,6 @@ local function show_out(screen, next_screen, cb)
end
local function show_in(screen, cb)
print("hsow", screen)
pprint(screen)
local co
co = coroutine.create(function()
screen.co = co
@@ -124,7 +122,7 @@ local function back_out(screen, cb)
co = coroutine.create(function()
screen.co = co
msg.post(screen.script, "release_input_focus")
msg.post(screen.script, "monarch_context")
msg.post(screen.script, M.CONTEXT)
coroutine.yield()
msg.post(screen.transition_url, "transition_back_out")
coroutine.yield()