Merge pull request #222 from chrox/master

bugfix: fix screen ghosting after swiping north/south in scroll mode
This commit is contained in:
{Qingping,Dave} Hou
2013-08-16 21:12:15 -07:00

View File

@@ -220,6 +220,8 @@ function ReaderPaging:onSwipe(arg, ges)
self:onPagingRel(1)
elseif ges.direction == "east" then
self:onPagingRel(-1)
else
UIManager.full_refresh = true
end
return true
end