Small improvement

This commit is contained in:
M66B 2020-10-01 10:17:58 +02:00
parent 19d5da3280
commit 493fef13e0
1 changed files with 1 additions and 1 deletions

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