Small improvement

pull/187/head
M66B 4 years ago
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…
Cancel
Save