mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-15 05:23:48 +02:00
Small improvement
This commit is contained in:
@@ -660,7 +660,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
DynamicDrawableSpan[] ddss = buffer.getSpans(off, off, DynamicDrawableSpan.class);
|
||||
if (ddss.length > 0) {
|
||||
int s = buffer.getSpanStart(ddss[0]);
|
||||
properties.setValue("quotes", message.id, buffer.charAt(s) != 48);
|
||||
properties.setValue("quotes", message.id, buffer.charAt(s) != '0');
|
||||
bindBody(message, false);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user