Simplified/improved plain text

This commit is contained in:
M66B
2020-05-02 14:23:11 +02:00
parent 2d9fe076ba
commit c9dd9a664f
4 changed files with 74 additions and 97 deletions

View File

@@ -4139,7 +4139,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
from = ((InternetAddress) message.from[0]).getAddress();
String html = Helper.readText(file);
String text = HtmlHelper.getText(html);
String text = HtmlHelper.getText(context, html);
return new String[]{from, message.subject, text};
}