Add language/tag to privacy URI

This commit is contained in:
M66B
2021-07-22 16:06:53 +02:00
parent efcbc8ff6a
commit 162306268c
4 changed files with 12 additions and 3 deletions

View File

@@ -522,7 +522,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
}
private void onMenuPrivacy() {
Helper.view(this, Uri.parse(Helper.PRIVACY_URI), false);
Helper.view(this, Helper.getPrivacyUri(this), false);
}
private void onMenuAbout() {