mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
refresh only dialog part of the screen for multi-word selection window
This commit is contained in:
@@ -368,7 +368,9 @@ function ReaderHighlight:onHoldRelease()
|
||||
},
|
||||
tap_close_callback = function() self:handleEvent(Event:new("Tap")) end,
|
||||
}
|
||||
UIManager:show(self.highlight_dialog)
|
||||
UIManager:show(self.highlight_dialog, nil, nil, function()
|
||||
return "partial", self.highlight_dialog.dimen
|
||||
end)
|
||||
end
|
||||
return true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user