Skip to content

Commit

Permalink
Merge pull request #34 from omartoutounji/omartoutounji/google-play-reqs
Browse files Browse the repository at this point in the history
Modified Privacy Policy to link to an URL, instead of PDF
  • Loading branch information
omartoutounji authored Dec 15, 2023
2 parents 2e1ab84 + 9a0ab80 commit e7e6026
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 e7e6026

Please sign in to comment.