Added FAQ about certificate transparency

This commit is contained in:
M66B
2023-12-31 08:54:56 +01:00
parent b6860f6ff2
commit 127af5a3b9
4 changed files with 21 additions and 2 deletions

View File

@@ -393,7 +393,7 @@ public class FragmentOptionsConnection extends FragmentBase implements SharedPre
ibCertTransparency.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Helper.view(v.getContext(), Uri.parse(Helper.URI_CERT_TRANSPARENCY), true);
Helper.viewFAQ(v.getContext(), 201);
}
});