mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
TextViewer: Allow tweaking the region of the refresh done on close.
Use it in ReaderBookmarks to clear flash_ui highlights. Fix #7230
This commit is contained in:
@@ -350,7 +350,12 @@ function ReaderBookmark:onShowBookmark()
|
||||
end,
|
||||
},
|
||||
}
|
||||
}
|
||||
},
|
||||
-- Request a full-screen refresh on close, to clear potential flash_ui highlights
|
||||
close_callback = function()
|
||||
-- TextViewer does a "partial" on CloseWidget
|
||||
UIManager:setDirty(nil, "partial")
|
||||
end,
|
||||
}
|
||||
UIManager:show(self.textviewer)
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user