Added FAQ

This commit is contained in:
M66B
2020-07-19 20:02:37 +02:00
parent 6201592fc7
commit 7e3718157b
2 changed files with 14 additions and 1 deletions

View File

@@ -253,7 +253,7 @@ public class FragmentOptionsPrivacy extends FragmentBase implements SharedPrefer
ibDisconnectBlacklist.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
Helper.view(getContext(), Uri.parse("https://github.com/disconnectme/disconnect-tracking-protection"), true);
Helper.viewFAQ(getContext(), 159);
}
});