fix #1150 by adding FOLLOW_LINK_TIMEOUT variable

This commit is contained in:
chrox
2014-12-03 12:55:53 +08:00
parent ef6235e4ae
commit b767394fc2
2 changed files with 6 additions and 1 deletions

View File

@@ -90,7 +90,7 @@ function ReaderLink:onTap(arg, ges)
if sbox then
UIManager:show(LinkBox:new{
box = sbox,
timeout = 0.5,
timeout = FOLLOW_LINK_TIMEOUT,
callback = function() self:onGotoLink(link) end
})
return true