mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
MultiInputDialog: do not refresh full screen on show (#8760)
Fix ugly full screen flashing on show.
This commit is contained in:
@@ -204,7 +204,10 @@ function MultiInputDialog:init()
|
||||
ignore_if_over = "height",
|
||||
self.dialog_frame,
|
||||
}
|
||||
UIManager:setDirty(self, "ui")
|
||||
UIManager:setDirty(self, function()
|
||||
return "ui", self.dialog_frame.dimen
|
||||
end)
|
||||
|
||||
end
|
||||
|
||||
function MultiInputDialog:getFields()
|
||||
|
||||
Reference in New Issue
Block a user