mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix: kill in fly hinting event on document close
This commit is contained in:
@@ -488,7 +488,9 @@ function ReaderUI:onClose()
|
||||
UIManager:close(self.dialog, "full")
|
||||
-- serialize last used items for later launch
|
||||
Cache:serialize()
|
||||
running_instance = nil
|
||||
if running_instance == self then
|
||||
running_instance = nil
|
||||
end
|
||||
return true
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user