Alternative fix for issue 5697 - ASUS display bug

This commit is contained in:
Troy Rollo 2014-01-26 11:32:59 +11:00 committed by cketti
parent 5437dc39e1
commit aef6321ecd
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ public class MessageWebView extends RigidWebView {
content += HtmlConverter.cssStylePre();
content += "</head><body>" + text + "</body></html>";
loadDataWithBaseURL("http://", content, "text/html", "utf-8", null);
resumeTimers();
}
/*