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

Commit 65dc3c7d authored by Jesse Vincent's avatar Jesse Vincent
Browse files

Fix display of icon in About box on Android 2.1 and earlier

parent bec09432
Loading
Loading
Loading
Loading

assets/icon.png

0 → 100644
+7.38 KiB
Loading image diff...
+1 −1
Original line number Diff line number Diff line
@@ -833,7 +833,7 @@ public class Accounts extends K9ListActivity implements OnItemClickListener, OnC
        WebView wv = new WebView(this);
        StringBuilder html = new StringBuilder()
            .append("<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />")
            .append("<img src=\"icon.png\" alt=\"").append(appName).append("\"/>")
            .append("<img src=\"file:///android_asset/icon.png\" alt=\"").append(appName).append("\"/>")
            .append("<h1>")
                .append(String.format(getString(R.string.about_title_fmt),
                        "<a href=\"" + getString(R.string.app_webpage_url)) + "\">")