mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix all the tests
This commit is contained in:
@@ -132,7 +132,8 @@ function ReaderBookmark:onToggleBookmark()
|
||||
pn_or_xp = self.ui.document:getXPointer()
|
||||
end
|
||||
self:toggleBookmark(pn_or_xp)
|
||||
self.view.dogear_visible = not self.view.dogear_visible
|
||||
self.ui:handleEvent(Event:new("SetDogearVisibility",
|
||||
not self.view.dogear_visible))
|
||||
UIManager:setDirty(self.view.dialog, "ui")
|
||||
return true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user