2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00

Fix stats in cre scroll mode (#3331)

This commit is contained in:
poire-z 2017-10-09 20:22:34 +02:00 committed by Frans de Jonge
parent 99d06ae928
commit 66e521f34b

View File

@ -1568,7 +1568,7 @@ function ReaderStatistics:deleteBook(id_book)
conn:close()
end
function ReaderStatistics:onPageUpdate(pos, pageno)
function ReaderStatistics:onPosUpdate(pos, pageno)
self:onPageUpdate(pageno)
end