mirror of https://github.com/M66B/FairEmail.git
By default block senders
This commit is contained in:
parent
41b74a8461
commit
8af0d6a051
|
@ -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)));
|
||||
|
|
Loading…
Reference in New Issue