Added rule noop

This commit is contained in:
M66B
2019-10-01 12:40:54 +02:00
parent 9f1dfac07a
commit 43612ecd2b
4 changed files with 8 additions and 0 deletions

View File

@@ -319,6 +319,7 @@ public class FragmentRule extends FragmentBase {
});
List<Action> actions = new ArrayList<>();
actions.add(new Action(EntityRule.TYPE_NOOP, getString(R.string.title_rule_noop)));
actions.add(new Action(EntityRule.TYPE_SEEN, getString(R.string.title_rule_seen)));
actions.add(new Action(EntityRule.TYPE_UNSEEN, getString(R.string.title_rule_unseen)));
actions.add(new Action(EntityRule.TYPE_IGNORE, getString(R.string.title_rule_ignore)));