6/25/1
This commit is contained in:
@@ -175,8 +175,8 @@ class MapMenuWidget extends StatelessWidget {
|
||||
return;
|
||||
}
|
||||
|
||||
if (await canLaunch(driverAppUrl)) {
|
||||
await launch(driverAppUrl);
|
||||
if (await canLaunchUrl(Uri.parse(driverAppUrl))) {
|
||||
await launchUrl(Uri.parse(driverAppUrl));
|
||||
} else {
|
||||
throw 'Could not launch app store URL';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user