fix infinit loop when OPDSCatalog is created without onExit definded

pull/885/head
chrox 10 years ago
parent de1d8d7cac
commit 2299ac118a

@ -69,7 +69,7 @@ function OPDSCatalog:showCatalog()
UIManager:show(OPDSCatalog:new{
dimen = Screen:getSize(),
onExit = function()
self:onClose()
--UIManager:quit()
end
})
end

Loading…
Cancel
Save