From be49180205c3f207e237d556982610722c4586fe Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Fri, 29 May 2020 18:38:57 +0000 Subject: [PATCH] Update github urls --- lib/managers/mobile_app_integration_manager.class.dart | 2 +- lib/pages/main/main.page.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/managers/mobile_app_integration_manager.class.dart b/lib/managers/mobile_app_integration_manager.class.dart index 7b2575f..65f76c6 100644 --- a/lib/managers/mobile_app_integration_manager.class.dart +++ b/lib/managers/mobile_app_integration_manager.class.dart @@ -139,7 +139,7 @@ class MobileAppIntegrationManager { positiveText: "Report issue", negativeText: "Close", onPositive: () { - Launcher.launchURLInBrowser("https://github.com/estevez-dev/ha_client/issues/new"); + Launcher.launchURLInBrowser("https://github.com/estevez-dev/ha_client/issues/new/choose"); } ) )); diff --git a/lib/pages/main/main.page.dart b/lib/pages/main/main.page.dart index 3fd5dbf..d8d01aa 100644 --- a/lib/pages/main/main.page.dart +++ b/lib/pages/main/main.page.dart @@ -301,7 +301,7 @@ class _MainPageState extends State with WidgetsBindingObserver, Ticker title: Text("Report an issue"), onTap: () { Navigator.of(context).pop(); - Launcher.launchURLInBrowser("https://github.com/estevez-dev/ha_client/issues/new"); + Launcher.launchURLInBrowser("https://github.com/estevez-dev/ha_client/issues/new/choose"); }, ), Divider(),