mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Merge pull request #1572 from chrox/fix-1558
partial refresh after deleting highlights
This commit is contained in:
@@ -203,7 +203,8 @@ function ReaderHighlight:onShowHighlightDialog(page, index)
|
||||
text = _("Delete"),
|
||||
callback = function()
|
||||
self:deleteHighlight(page, index)
|
||||
UIManager:close(self.edit_highlight_dialog)
|
||||
-- other part outside of the dialog may be dirty
|
||||
UIManager:close(self.edit_highlight_dialog, "ui")
|
||||
end,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user