Move parent assignment to renderDefault
This commit is contained in:
parent
32361db152
commit
05c4dbdbcb
@ -212,6 +212,7 @@ local function updatePageRender(state, pages)
|
||||
end
|
||||
|
||||
local function renderDefault(state, rootElement)
|
||||
rootElement:setParent(state.monitor)
|
||||
return function()
|
||||
local event = {os.pullEvent()}
|
||||
local handled = rootElement:handleEvent(event)
|
||||
@ -281,7 +282,6 @@ local PAGES = {
|
||||
end
|
||||
)
|
||||
pageState.listState = listState
|
||||
listResult:setParent(state.monitor)
|
||||
|
||||
return renderDefault(state, listResult)
|
||||
end,
|
||||
|
Loading…
x
Reference in New Issue
Block a user