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:
parent
99d06ae928
commit
66e521f34b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user