String HTML tags in MessageItem.getText method

parent 3c476319
...@@ -146,7 +146,7 @@ public class MessageItem implements Comparable<MessageItem> { ...@@ -146,7 +146,7 @@ public class MessageItem implements Comparable<MessageItem> {
} }
public String getText() { public String getText() {
return text; return Html.fromHtml(text).toString();
} }
public Spannable getSpannable() { public Spannable getSpannable() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment