BookInfo: fix crash on show cover (#10315)

reviewable/pr10329/r4
hius07 1 year ago committed by GitHub
parent 5dd88535ba
commit 99265ba1b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -252,7 +252,9 @@ function BookInfo:onShowBookCover(file)
text = _("No cover image available."),
})
end
document:close()
if not self.document then
document:close()
end
end
end

Loading…
Cancel
Save