2
0
mirror of https://github.com/koreader/koreader synced 2024-11-10 01:10:34 +00:00

HTML dict: fix continuous scroll with tap (#3587)

This commit is contained in:
poire-z 2018-01-10 00:36:55 +01:00 committed by GitHub
parent 8c897a086f
commit 7feea4037e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ function ScrollHtmlWidget:onTapScrollText(arg, ges)
return true
end
else
if self.htmlbox_widget.page_number <= self.htmlbox_widget.page_count then
if self.htmlbox_widget.page_number < self.htmlbox_widget.page_count then
self:scrollText(1)
return true
end