DictQuickLookup: Fix stupid thinko in #7432

Fix #7864
reviewable/pr7868/r1
NiLuJe 3 years ago
parent 62fd154629
commit d2db93431a

@ -402,7 +402,8 @@ function DictQuickLookup:init()
self.ui:onClose()
end
self.ui:showReader(epub_path)
local ReaderUI = require("apps/reader/readerui")
ReaderUI:showReader(epub_path)
end)
end,
})

Loading…
Cancel
Save