mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Updated icon
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user