Commit 2340faa 1 parent ae459fb commit 2340faa Copy full SHA for 2340faa
File tree 1 file changed +2
-0
lines changed
app/src/main/java/com/infomaniak/mail/data/cache/mailboxContent
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ class ReplyForwardFooterManager @Inject constructor(private val appContext: Cont
133
133
134
134
val forwardRoot = " <div class=\" ${MessageBodyUtils .INFOMANIAK_FORWARD_QUOTE_HTML_CLASS_NAME } \" />"
135
135
return parseAndWrapElementInNewDocument(forwardRoot).apply {
136
+ addAndEscapeTextLine(" " )
136
137
addAndEscapeTextLine(" ---------- $messageForwardHeader ---------" )
137
138
addAndEscapeTextLine(" $fromTitle ${message.fromName()} " )
138
139
addAndEscapeTextLine(" $dateTitle ${message.date.toDate().formatForHeader()} " )
@@ -149,6 +150,7 @@ class ReplyForwardFooterManager @Inject constructor(private val appContext: Cont
149
150
private fun assembleReplyHtmlFooter (messageReplyHeader : String , previousFullBody : String ): String {
150
151
val replyRoot = """ <div class="${MessageBodyUtils .INFOMANIAK_REPLY_QUOTE_HTML_CLASS_NAME } " />"""
151
152
return parseAndWrapElementInNewDocument(replyRoot).apply {
153
+ addAndEscapeTextLine(" " )
152
154
addAndEscapeTextLine(messageReplyHeader, endWithBr = false )
153
155
addReplyBlockQuote {
154
156
addAlreadyEscapedBody(previousFullBody)
You can’t perform that action at this time.
0 commit comments