Skip to content

Commit

Permalink
Modified Privacy Policy to link to an URL, instead of PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
omartoutounji committed Dec 15, 2023
1 parent 2e1ab84 commit 9a0ab80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/screens/hwyd.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ class _HwydState extends State<Hwyd> {
}

Future<void> _launchPrivacyPolicyUrl() async {
Uri privacyPolicyUrl = Uri.parse(
'https://github.com/omartoutounji/hwyd/tree/master/privacy-policy/hwyd-app-privacy-policy.pdf');
Uri privacyPolicyUrl =
Uri.parse('https://github.com/omartoutounji/hwyd/wiki/Privacy-Policy');
if (!await launchUrl(privacyPolicyUrl)) {
throw Exception('Could not launch $privacyPolicyUrl');
}
Expand Down

0 comments on commit 9a0ab80

Please sign in to comment.