mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Test: Fiw readerhighlight test
With actual ReaderUI teardowns, and fix the overlapping highlight handling, so we can drop the nocov flags
This commit is contained in:
@@ -1111,10 +1111,7 @@ end
|
||||
function ReaderView:onCloseWidget()
|
||||
-- Stop any pending HintPage event
|
||||
UIManager:unschedule(self.emitHintPageEvent)
|
||||
--- @fixme: The awful readerhighlight_spec test *relies* on this pointer being left dangling...
|
||||
if not self.ui._testsuite then
|
||||
self.emitHintPageEvent = nil
|
||||
end
|
||||
self.emitHintPageEvent = nil
|
||||
end
|
||||
|
||||
function ReaderView:onReaderReady()
|
||||
|
||||
Reference in New Issue
Block a user