Skip to content

Commit

Permalink
dont do that message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jawnnypoo committed May 24, 2024
1 parent 69712e0 commit 7ae6e46
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/skyhook_home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ class _SkyhookHomePageState extends State<SkyhookHomePage> {

void _launchUrl(String url) async {
Uri uri = Uri.parse(url);
if (!await launchUrl(uri)) {
SnackBarHelper.show(context, 'Could not launch $url');
}
await launchUrl(uri);
}

void _generate() {
Expand Down

0 comments on commit 7ae6e46

Please sign in to comment.