mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Added Spamcop
This commit is contained in:
@@ -371,7 +371,11 @@ public class FragmentOptionsSynchronize extends FragmentBase implements SharedPr
|
||||
}
|
||||
});
|
||||
|
||||
tvCheckBlocklistHint.setText(TextUtils.join(",", DnsBlockList.DEFAULT_BLOCKLISTS));
|
||||
List<String> blocklists = new ArrayList<>();
|
||||
for (DnsBlockList.BlockList blocklist : DnsBlockList.BLOCKLISTS)
|
||||
blocklists.add(blocklist.address);
|
||||
tvCheckBlocklistHint.setText(TextUtils.join(", ", blocklists));
|
||||
|
||||
PreferenceManager.getDefaultSharedPreferences(getContext()).registerOnSharedPreferenceChangeListener(this);
|
||||
|
||||
return view;
|
||||
|
||||
Reference in New Issue
Block a user