Merge pull request #222 from chrox/master

bugfix: fix screen ghosting after swiping north/south in scroll mode
pull/225/head
{Qingping,Dave} Hou 11 years ago
commit 4f30037953

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

Loading…
Cancel
Save