pull/168/head
M66B 5 years ago
parent f5aebd93b9
commit 464a0f0e63

@ -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…
Cancel
Save