mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Popup goto dialog only when holding on visible status bar
This commit is contained in:
@@ -351,6 +351,7 @@ function ReaderFooter:onTapFooter(arg, ges)
|
||||
end
|
||||
|
||||
function ReaderFooter:onHoldFooter(arg, ges)
|
||||
if self.mode == 0 then return end
|
||||
self.ui:handleEvent(Event:new("ShowGotoDialog"))
|
||||
return true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user