Skip to content

Commit 7ae6e46

Browse files
committed
dont do that message
1 parent 69712e0 commit 7ae6e46

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/skyhook_home_page.dart

+1-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ class _SkyhookHomePageState extends State<SkyhookHomePage> {
6161

6262
void _launchUrl(String url) async {
6363
Uri uri = Uri.parse(url);
64-
if (!await launchUrl(uri)) {
65-
SnackBarHelper.show(context, 'Could not launch $url');
66-
}
64+
await launchUrl(uri);
6765
}
6866

6967
void _generate() {

0 commit comments

Comments
 (0)