[fix] stop propagation of tap events when triggering reader menu (#2934)

* [fix] stop propagation of tap events
when triggering reader menu
And also get rid of unnecessary screen refreshes on Kindle Voyage.
The "progress" window for dict lookup is also eliminated as most of the time dict lookup is an instant process, and the "progress" window is preserved for wikipedia lookup as it may take longer time to show the result window.

* [up] add an option to disable dictionary fuzzy search

* [fix] tidy up require

* [fix] fix read settings
This commit is contained in:
Huang Xin
2017-06-19 00:08:57 +08:00
committed by GitHub
parent b680a3f940
commit 8938786472
6 changed files with 48 additions and 13 deletions

View File

@@ -285,6 +285,7 @@ end
function ReaderMenu:onTapShowMenu()
self.ui:handleEvent(Event:new("ShowConfigMenu"))
self.ui:handleEvent(Event:new("ShowReaderMenu"))
return true
end
function ReaderMenu:onTapCloseMenu()