File tree 2 files changed +4
-2
lines changed
java/com/infomaniak/mail/data/cache/mailboxContent
2 files changed +4
-2
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)
Original file line number Diff line number Diff line change 425
425
android : id =" @+id/messageLoader"
426
426
android : layout_width =" match_parent"
427
427
android : layout_height =" wrap_content"
428
+ android : layout_marginHorizontal =" @dimen/threadHorizontalMargin"
428
429
android : orientation =" vertical"
429
430
android : visibility =" gone"
430
- android : layout_marginHorizontal =" @dimen/threadHorizontalMargin"
431
431
app : layout_constraintBottom_toBottomOf =" parent"
432
432
app : layout_constraintEnd_toEndOf =" parent"
433
433
app : layout_constraintStart_toStartOf =" parent"
473
473
android : id =" @+id/webViewsFrameLayout"
474
474
android : layout_width =" match_parent"
475
475
android : layout_height =" match_parent"
476
- android : minHeight =" 100dp "
476
+ android : minHeight =" 70dp "
477
477
app : layout_constraintBottom_toTopOf =" @id/quoteButtonFrameLayout"
478
478
app : layout_constraintEnd_toEndOf =" parent"
479
479
app : layout_constraintStart_toStartOf =" parent"
You can’t perform that action at this time.
0 commit comments