Removed Spamhaus/DBL

This commit is contained in:
M66B
2021-07-01 07:15:39 +02:00
parent 470f86db91
commit 2d8f188cf1
2 changed files with 19 additions and 10 deletions

View File

@@ -356,7 +356,7 @@ public class FragmentOptionsSynchronize extends FragmentBase implements SharedPr
rvBlocklist.setHasFixedSize(false);
rvBlocklist.setLayoutManager(new LinearLayoutManager(getContext()));
AdapterBlocklist badapter = new AdapterBlocklist(getContext(), DnsBlockList.BLOCKLISTS);
AdapterBlocklist badapter = new AdapterBlocklist(getContext(), DnsBlockList.getLists());
rvBlocklist.setAdapter(badapter);
swTuneKeepAlive.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {