Reorder style menu

This commit is contained in:
M66B
2021-05-07 21:23:46 +02:00
parent 1238873b63
commit 7096f66504
2 changed files with 14 additions and 14 deletions

View File

@@ -142,6 +142,8 @@ public class StyleHelper {
return setSize(item);
} else if (groupId == R.id.group_style_color) {
return setColor(item);
} else if (groupId == R.id.group_style_font) {
return setFont(item);
} else if (groupId == R.id.group_style_align) {
return setAlignment(item);
} else if (groupId == R.id.group_style_list) {
@@ -150,8 +152,6 @@ public class StyleHelper {
return setListLevel(item);
else
return setList(item);
} else if (groupId == R.id.group_style_font) {
return setFont(item);
} else if (groupId == R.id.group_style_blockquote) {
return setBlockQuote(item);
} else if (groupId == R.id.group_style_strikethrough) {