mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Added rule action to silence notifications
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user