Added rule action to silence notifications

This commit is contained in:
M66B
2024-01-17 08:07:20 +01:00
parent c127eab2d8
commit 8000ec282a
7 changed files with 20 additions and 0 deletions

View File

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