mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 07:36:31 +02:00
Added hiding messages
This commit is contained in:
@@ -130,6 +130,9 @@ public class AdapterRule extends RecyclerView.Adapter<AdapterRule.ViewHolder> {
|
||||
case EntityRule.TYPE_UNSEEN:
|
||||
tvAction.setText(R.string.title_rule_unseen);
|
||||
break;
|
||||
case EntityRule.TYPE_HIDE:
|
||||
tvAction.setText(R.string.title_rule_hide);
|
||||
break;
|
||||
case EntityRule.TYPE_IGNORE:
|
||||
tvAction.setText(R.string.title_rule_ignore);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user