mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +00:00
Cleanup
This commit is contained in:
parent
f5aebd93b9
commit
464a0f0e63
1 changed files with 0 additions and 1 deletions
|
@ -1496,7 +1496,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
for (QuoteSpan quoteSpan : quoteSpans) {
|
||||
int s = builder.getSpanStart(quoteSpan);
|
||||
int e = builder.getSpanEnd(quoteSpan);
|
||||
Log.i("Quote start=" + s + " end=" + e);
|
||||
|
||||
builder.removeSpan(quoteSpan);
|
||||
|
||||
|
|
Loading…
Reference in a new issue