mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Merge pull request #222 from chrox/master
bugfix: fix screen ghosting after swiping north/south in scroll mode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user