remove comment
This commit is contained in:
parent
6280fde9f5
commit
acffaada17
@ -616,7 +616,6 @@ class _ProductDetailState extends State<ProductDetailPage> {
|
|||||||
|
|
||||||
_viewExternalProduct() {
|
_viewExternalProduct() {
|
||||||
if (_product.externalUrl != null && _product.externalUrl.isNotEmpty) {
|
if (_product.externalUrl != null && _product.externalUrl.isNotEmpty) {
|
||||||
// launch(_product.externalUrl);
|
|
||||||
openBrowserTab(url: _product.externalUrl);
|
openBrowserTab(url: _product.externalUrl);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user