Skip to content

Commit

Permalink
Fix privacy url
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad authored and faern committed Nov 14, 2022
1 parent 48465c1 commit ad5abeb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@ class PrivacyDisclaimerFragment : Fragment(), StatusBarPainter, NavigationBarPai
private fun openPrivacyPolicy() {
val privacyPolicyUrlIntent = Intent(
Intent.ACTION_VIEW,
Uri.parse(getString(R.string.faqs_and_guides_url))
Uri.parse(getString(R.string.privacy_policy_url))
)
context?.startActivity(privacyPolicyUrlIntent)
}
Expand Down

0 comments on commit ad5abeb

Please sign in to comment.