mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
resolve github inconsistencies
This commit is contained in:
@@ -351,7 +351,7 @@ function UIManager:run()
|
||||
|
||||
-- stop when we have no window to show
|
||||
if #self._window_stack == 0 then
|
||||
DEBUG("no dialog left to show")
|
||||
DEBUG("no dialog left to show, would loop endlessly")
|
||||
self:quit()
|
||||
return nil
|
||||
end
|
||||
@@ -529,3 +529,4 @@ end
|
||||
|
||||
UIManager:init()
|
||||
return UIManager
|
||||
|
||||
|
||||
Reference in New Issue
Block a user