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:
parent
a578b5c92e
commit
ec18e1237e
1 changed files with 1 additions and 1 deletions
|
@ -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') {
|
||||
|
|
Loading…
Add table
Reference in a new issue