Blocked sender icon

This commit is contained in:
M66B
2022-03-08 20:20:25 +01:00
parent 91a7b2a889
commit 5eb9296ca7
3 changed files with 17 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ public class AdapterContact extends RecyclerView.Adapter<AdapterContact.ViewHold
ivType.setImageResource(R.drawable.twotone_report_24);
ivType.setContentDescription(context.getString(R.string.title_legend_junk));
} else if (contact.type == EntityContact.TYPE_NO_JUNK) {
ivType.setImageResource(R.drawable.twotone_report_off_24);
ivType.setImageResource(R.drawable.twotone_person_off_24);
ivType.setContentDescription(context.getString(R.string.title_no_junk));
} else {
ivType.setImageDrawable(null);