1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

By default block senders

This commit is contained in:
M66B 2021-09-20 09:30:24 +02:00
parent 41b74a8461
commit 8af0d6a051

View file

@ -270,6 +270,7 @@ public class FragmentDialogJunk extends FragmentDialogBase {
: getString(R.string.title_ask_spam_who, from));
cbBlockSender.setEnabled(canBlock);
cbBlockDomain.setEnabled(false);
cbBlockSender.setChecked(canBlock);
ibMore.setImageLevel(1);
cbBlocklist.setChecked(check_blocklist && use_blocklist);
tvBlocklist.setText(TextUtils.join(", ", DnsBlockList.getNamesEnabled(context)));