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:
parent
de1d8d7cac
commit
2299ac118a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user