Popup goto dialog only when holding on visible status bar

pull/1471/head
chrox 9 years ago
parent 34423f8419
commit 0788709f26

@ -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

Loading…
Cancel
Save