1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-22 06:01:12 +00:00
This commit is contained in:
M66B 2019-11-23 12:24:46 +01:00
parent f5aebd93b9
commit 464a0f0e63

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