Fix repository url

This commit is contained in:
Yegor Vialov 2018-11-17 22:55:04 +02:00
parent e77bb533b1
commit 0a21d9c690

View File

@ -376,7 +376,7 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver {
title: Text("Report an issue"),
onTap: () {
Navigator.of(context).pop();
HAUtils.launchURL("https://github.com/estevez-dev/ha_client_pub/issues/new");
HAUtils.launchURL("https://github.com/estevez-dev/ha_client/issues/new");
},
),
Divider(),