mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-04 18:48:31 +00:00
Fixed reference quote span
This commit is contained in:
parent
07a0bd7bde
commit
ac2170eff9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue