mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 15:40:28 -05:00
use "http://" as baseUrl in WebView instead of "email://", refs issue 267
This commit is contained in:
parent
a826f33eb3
commit
5d4073072f
@ -1867,7 +1867,7 @@ public class MessageView extends K9Activity implements OnClickListener
|
|||||||
{
|
{
|
||||||
public void run()
|
public void run()
|
||||||
{
|
{
|
||||||
mMessageContentView.loadDataWithBaseURL("email://", emailText, "text/html", "utf-8", null);
|
mMessageContentView.loadDataWithBaseURL("http://", emailText, "text/html", "utf-8", null);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
mHandler.showShowPictures(text.contains("<img"));
|
mHandler.showShowPictures(text.contains("<img"));
|
||||||
|
Loading…
Reference in New Issue
Block a user