mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-10 13:18:09 -05:00
Alternative fix for issue 5697 - ASUS display bug
This commit is contained in:
parent
5437dc39e1
commit
aef6321ecd
@ -182,6 +182,7 @@ public class MessageWebView extends RigidWebView {
|
|||||||
content += HtmlConverter.cssStylePre();
|
content += HtmlConverter.cssStylePre();
|
||||||
content += "</head><body>" + text + "</body></html>";
|
content += "</head><body>" + text + "</body></html>";
|
||||||
loadDataWithBaseURL("http://", content, "text/html", "utf-8", null);
|
loadDataWithBaseURL("http://", content, "text/html", "utf-8", null);
|
||||||
|
resumeTimers();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user