OPDSbrowser: bookinfo multiline title

This commit is contained in:
hius07
2022-01-24 13:37:08 +02:00
committed by poire-z
parent 2e49b780bd
commit c9b4e43bf9

View File

@@ -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")),
})