Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d407307 authored by Thialfihar's avatar Thialfihar
Browse files

use "http://" as baseUrl in WebView instead of "email://", refs issue 267

parent a826f33e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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"));