OPDSbrowser: bookinfo multiline title

reviewable/pr8724/r1
hius07 2 years ago committed by poire-z
parent 2e49b780bd
commit c9b4e43bf9

@ -782,6 +782,7 @@ function OPDSBrowser:showDownloads(item)
local TextViewer = require("ui/widget/textviewer")
UIManager:show(TextViewer:new{
title = item.text,
title_multilines = true,
text = util.htmlToPlainTextIfHtml(item.content),
text_face = Font:getFace("x_smallinfofont", G_reader_settings:readSetting("items_font_size")),
})

Loading…
Cancel
Save