mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-31 20:25:38 +00:00
Small improvement
This commit is contained in:
parent
dccf1118f5
commit
57f54a3003
1 changed files with 2 additions and 0 deletions
|
@ -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", " ");
|
||||
|
||||
|
|
Loading…
Reference in a new issue