Mentions icon indicating copy to clipboard operation
Mentions copied to clipboard

换行不起作用,全部都显示一行。

Open fengfengfeng1234 opened this issue 5 years ago • 0 comments

因为 Html.fromHtml 对\n 无效。 原: return Html.fromHtml(sourceString, null, new HtmlTagHandler()); 改为 return Html.fromHtml(sourceString.replace("\n","<br />"), null, new HtmlTagHandler());

fengfengfeng1234 avatar Feb 19 '19 10:02 fengfengfeng1234