Added summarize rule action

This commit is contained in:
M66B
2024-05-19 22:28:17 +02:00
parent 4f22f269c8
commit 2b6423c01d
5 changed files with 32 additions and 0 deletions

View File

@@ -616,6 +616,8 @@ public class AdapterRule extends RecyclerView.Adapter<AdapterRule.ViewHolder> {
return R.string.title_rule_url;
case EntityRule.TYPE_SILENT:
return R.string.title_rule_silent;
case EntityRule.TYPE_SUMMARIZE:
return R.string.title_rule_summarize;
default:
throw new IllegalArgumentException("Unknown action type=" + type);
}