Refactoring

This commit is contained in:
M66B
2022-07-23 09:27:04 +02:00
parent 73f7b4a9a4
commit dbc8dc5266
5 changed files with 163 additions and 157 deletions

View File

@@ -655,7 +655,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
tvVirusTotalPrivacy.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Helper.view(v.getContext(), Uri.parse(Check.URI_VT_PRIVACY), true);
Helper.view(v.getContext(), Uri.parse(VirusTotal.URI_PRIVACY), true);
}
});