1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-06 03:33:07 +00:00

Plain text image text

This commit is contained in:
M66B 2024-09-28 19:50:33 +02:00
parent a578b5c92e
commit ec18e1237e

View file

@ -2990,7 +2990,7 @@ public class HtmlHelper {
int end = ssb.getSpanEnd(span);
if (!source.toLowerCase(Locale.ROOT).startsWith("data:"))
ssb.insert(end, "[" + source + "]");
ssb.insert(end, "[" + context.getString(R.string.title_avatar) + "]");
for (int i = start; i < end; i++)
if (ssb.charAt(i) == '\uFFFC') {