mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-16 05:53:26 +02:00
Simplified/improved plain text
This commit is contained in:
@@ -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};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user