2
0
mirror of https://github.com/koreader/koreader synced 2024-11-16 06:12:56 +00:00

fix infinit loop when OPDSCatalog is created without onExit definded

This commit is contained in:
chrox 2014-09-10 14:35:06 +08:00
parent de1d8d7cac
commit 2299ac118a

View File

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