mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-24 18:05:00 +01:00
Small improvement
This commit is contained in:
@@ -2547,7 +2547,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
paragraph.first, paragraph.second, RelativeSizeSpan.class);
|
||||
for (RelativeSizeSpan span : spans)
|
||||
edit.removeSpan(span);
|
||||
edit.setSpan(new RelativeSizeSpan(HtmlHelper.FONT_SMALL),
|
||||
edit.setSpan(new RelativeSizeSpan(HtmlHelper.FONT_XSMALL),
|
||||
paragraph.first, paragraph.second,
|
||||
Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user