mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
ReaderGesture: cleanup (#6292)
convert all gesture actions to use events for better modularity add network event handlers and device event handlers
This commit is contained in:
@@ -819,7 +819,7 @@ function ReaderDictionary:showDict(word, results, box, link)
|
||||
refresh_callback = function()
|
||||
if self.view then
|
||||
-- update info in footer (time, battery, etc)
|
||||
self.view.footer:updateFooter()
|
||||
self.view.footer:onUpdateFooter()
|
||||
end
|
||||
end,
|
||||
html_dictionary_link_tapped_callback = function(dictionary, html_link)
|
||||
|
||||
Reference in New Issue
Block a user