[chore] CoverImage: unified call method for Device.screen (#9839)

Co-authored-by: greatyingzi <greatyingzi@github.com>
reviewable/pr9847/r1
greatyingzi 1 year ago committed by GitHub
parent 513c88d661
commit 61364ffc33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -118,7 +118,7 @@ function CoverImage:createCoverImage(doc_settings)
return
end
local s_w, s_h = Device.screen:getWidth(), Device.screen:getHeight()
local s_w, s_h = Screen:getWidth(), Screen:getHeight()
local i_w, i_h = cover_image:getWidth(), cover_image:getHeight()
local scale_factor = math.min(s_w / i_w, s_h / i_h)

Loading…
Cancel
Save