mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Fix stats in cre scroll mode (#3331)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user