Fixed reference quote span

This commit is contained in:
M66B 2019-02-10 13:44:30 +00:00
parent 07a0bd7bde
commit ac2170eff9
1 changed files with 1 additions and 1 deletions

View File

@ -2283,7 +2283,7 @@ public class FragmentCompose extends FragmentBase {
builder.getSpanStart(quoteSpan),
builder.getSpanEnd(quoteSpan),
builder.getSpanFlags(quoteSpan));
builder.removeSpan(quote);
builder.removeSpan(quoteSpan);
}
spannedReference = builder;