mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
19d5da3280
commit
493fef13e0
|
@ -4993,7 +4993,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
bodyBuilder.setSpan(q,
|
||||
bodyBuilder.getSpanStart(quoteSpan),
|
||||
bodyBuilder.getSpanEnd(quoteSpan),
|
||||
Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
|
||||
bodyBuilder.getSpanFlags(quoteSpan));
|
||||
bodyBuilder.removeSpan(quoteSpan);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue