mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-22 17:03:52 +02:00
Cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user