mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Fixed setting default font
This commit is contained in:
@@ -198,7 +198,8 @@ public class StyleHelper {
|
||||
smenu.add(font.custom ? R.id.group_style_font_custom : R.id.group_style_font_standard, i, 0, ssb)
|
||||
.setIntent(new Intent().putExtra("face", font.type));
|
||||
}
|
||||
smenu.add(R.id.group_style_font_standard, fonts.size(), 0, R.string.title_style_font_default);
|
||||
smenu.add(R.id.group_style_font_standard, fonts.size(), 0, R.string.title_style_font_default)
|
||||
.setIntent(new Intent());
|
||||
|
||||
int level = -1;
|
||||
BulletSpan[] spans = edit.getSpans(start, end, BulletSpan.class);
|
||||
|
||||
Reference in New Issue
Block a user