2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 13:36:50 +00:00

Clicking on Part link opens in browser

This commit is contained in:
Oliver Walters 2021-02-13 21:43:10 +11:00
parent e91c1a4d6d
commit 1ac6b7e7dc

View File

@ -64,7 +64,7 @@ class InvenTreeModel {
print("Opening link: ${link}"); print("Opening link: ${link}");
if (await canLaunch(link)) { if (await canLaunch(link)) {
await launch(url); await launch(link);
} else { } else {
// TODO // TODO
} }