This commit is contained in:
M66B 2019-11-23 12:24:46 +01:00
parent f5aebd93b9
commit 464a0f0e63
1 changed files with 0 additions and 1 deletions

View File

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