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

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