1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-31 20:25:38 +00:00

Small improvement

This commit is contained in:
M66B 2021-10-18 13:53:21 +02:00
parent dccf1118f5
commit 57f54a3003

View file

@ -3220,6 +3220,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
at biweekly.io.chain.ChainingTextWriter.go(SourceFile:1)
at biweekly.ICalendar.write(SourceFile:2)
*/
if (!TextUtils.isEmpty(email))
email = email.replaceAll("\\r?\\n", "");
if (!TextUtils.isEmpty(name))
name = name.replaceAll("\\r?\\n", " ");