mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
@@ -280,15 +280,15 @@ function ReaderRolling:onSwipe(arg, ges)
|
||||
self:onGotoViewRel(-1)
|
||||
elseif ges.direction == "west" then
|
||||
if self.inverse_reading_order then
|
||||
self:onPagingRel(-1)
|
||||
self:onGotoViewRel(-1)
|
||||
else
|
||||
self:onPagingRel(1)
|
||||
self:onGotoViewRel(1)
|
||||
end
|
||||
elseif ges.direction == "east" then
|
||||
if self.inverse_reading_order then
|
||||
self:onPagingRel(1)
|
||||
self:onGotoViewRel(1)
|
||||
else
|
||||
self:onPagingRel(-1)
|
||||
self:onGotoViewRel(-1)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user