mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Small improvement
This commit is contained in:
@@ -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", " ");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user