Use dp for block quotes

This commit is contained in:
M66B
2019-09-24 07:48:47 +02:00
parent f5389600a9
commit 3c6678197e
3 changed files with 11 additions and 5 deletions

View File

@@ -3096,7 +3096,7 @@ public class FragmentCompose extends FragmentBase {
QuoteSpan[] quoteSpans = builder.getSpans(0, builder.length(), QuoteSpan.class);
for (QuoteSpan quoteSpan : quoteSpans) {
builder.setSpan(
new StyledQuoteSpan(colorPrimary),
new StyledQuoteSpan(context, colorPrimary),
builder.getSpanStart(quoteSpan),
builder.getSpanEnd(quoteSpan),
builder.getSpanFlags(quoteSpan));