Popup goto dialog only when holding on visible status bar

This commit is contained in:
chrox
2015-03-28 22:04:12 +08:00
parent 34423f8419
commit 0788709f26

View File

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