mirror of https://github.com/M66B/FairEmail.git
Updated icon
This commit is contained in:
parent
b10dcac314
commit
d1c53c81b6
|
@ -131,7 +131,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_person_off_24);
|
||||
ivType.setImageResource(R.drawable.twotone_report_off_24);
|
||||
ivType.setContentDescription(context.getString(R.string.title_no_junk));
|
||||
} else {
|
||||
ivType.setImageDrawable(null);
|
||||
|
|
Loading…
Reference in New Issue