Commit e199458b authored by Grigory Fedorov's avatar Grigory Fedorov

Merge pull request #407 from aelmahmoudy/strip_html

Strip HTML tags inserted by Pidgin in non-latin texts during OTR session
parents 3c476319 2c490d27
......@@ -146,7 +146,7 @@ public class MessageItem implements Comparable<MessageItem> {
}
public String getText() {
return text;
return Html.fromHtml(text).toString();
}
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