mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Switch a few widgets to ui refresh modes
More closely matches native behavior on REAGL devices. Closing those widgets should still trigger a partial refresh though, because we usually get back to the reader, and text, so we want REAGL ;).
This commit is contained in:
@@ -133,7 +133,7 @@ function ReaderBookmark:onToggleBookmark()
|
||||
end
|
||||
self:toggleBookmark(pn_or_xp)
|
||||
self.view.dogear_visible = not self.view.dogear_visible
|
||||
UIManager:setDirty(self.view.dialog, "partial")
|
||||
UIManager:setDirty(self.view.dialog, "ui")
|
||||
return true
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user