1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 14:41:08 +00:00

Small improvement

This commit is contained in:
M66B 2020-10-01 10:17:58 +02:00
parent 19d5da3280
commit 493fef13e0

View file

@ -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);
}