2
0
mirror of https://github.com/koreader/koreader synced 2024-11-16 06:12:56 +00:00

goodreads(fix): remove incorrect image_disposable setting

This commit is contained in:
Qingping Hou 2017-05-08 01:35:47 -07:00
parent 3541320cd2
commit 6d3349d84b

View File

@ -197,7 +197,6 @@ function GoodreadsBook:genBookInfoGroup()
if body then image = Pic.openJPGDocumentFromMem(body) end
if image then
table.insert(book_info_group, ImageWidget:new{
image_disposable = false,
image = image.image_bb:copy(),
width = img_width,
height = img_height,