mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Footer: launch SkimTo (instead of GoTo) on long-press (#4097)
This commit is contained in:
@@ -688,7 +688,7 @@ end
|
||||
|
||||
function ReaderFooter:onHoldFooter()
|
||||
if self.mode == MODE.off then return end
|
||||
self.ui:handleEvent(Event:new("ShowGotoDialog"))
|
||||
self.ui:handleEvent(Event:new("ShowSkimtoDialog"))
|
||||
return true
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user