Small improvement

This commit is contained in:
M66B 2021-10-18 13:53:21 +02:00
parent dccf1118f5
commit 57f54a3003
1 changed files with 2 additions and 0 deletions

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", " ");