mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Plain text image text
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user