mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
test: fix readerui instance reset test
This commit is contained in:
@@ -390,6 +390,10 @@ function ReaderUI:doShowReader(file)
|
||||
running_instance = reader
|
||||
end
|
||||
|
||||
function ReaderUI:_getRunningInstance()
|
||||
return running_instance
|
||||
end
|
||||
|
||||
function ReaderUI:unlockDocumentWithPassword(document, try_again)
|
||||
DEBUG("show input password dialog")
|
||||
self.password_dialog = InputDialog:new{
|
||||
|
||||
Reference in New Issue
Block a user