mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
refactoring readerbookmark to show both bookmarks and highlights
in the bookmark menu and use binary search of the sorted bookmarks table whenever is possible.
This commit is contained in:
@@ -419,7 +419,7 @@ function CreDocument:setBatteryState(state)
|
||||
end
|
||||
|
||||
function CreDocument:isXPointerInCurrentPage(xp)
|
||||
DEBUG("CreDocument: check in page", xp)
|
||||
DEBUG("CreDocument: check xpointer in current page", xp)
|
||||
return self._document:isXPointerInCurrentPage(xp)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user