mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Added auto block junk senders
This commit is contained in:
@@ -126,6 +126,9 @@ public class AdapterContact extends RecyclerView.Adapter<AdapterContact.ViewHold
|
||||
} else if (contact.type == EntityContact.TYPE_TO) {
|
||||
ivType.setImageResource(R.drawable.twotone_call_made_24);
|
||||
ivType.setContentDescription(context.getString(R.string.title_accessibility_to));
|
||||
} else if (contact.type == EntityContact.TYPE_JUNK) {
|
||||
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.setContentDescription(context.getString(R.string.title_no_junk));
|
||||
|
||||
Reference in New Issue
Block a user