Fix Discord link

This commit is contained in:
Yegor Vialov 2020-05-03 18:56:28 +00:00
parent ce1cebaf64
commit 07a097aa50
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ Visit [ha-client.app](http://ha-client.app/) for more info.
Download the app from [Google Play](https://play.google.com/apps/testing/com.keyboardcrumbs.haclient) Download the app from [Google Play](https://play.google.com/apps/testing/com.keyboardcrumbs.haclient)
Discuss it on [Discord](https://discord.gg/nd6FZQ) or at [Home Assistant community](https://community.home-assistant.io/c/mobile-apps/ha-client-android) Discuss it on [Discord](https://discord.gg/u9vq7QE) or at [Home Assistant community](https://community.home-assistant.io/c/mobile-apps/ha-client-android)
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/estevez-dev/ha_client) [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/estevez-dev/ha_client)

View File

@ -122,7 +122,7 @@ class MobileAppIntegrationManager {
Launcher.launchURLInBrowser("https://github.com/estevez-dev/ha_client/issues/new"); Launcher.launchURLInBrowser("https://github.com/estevez-dev/ha_client/issues/new");
}, },
onNegative: () { onNegative: () {
Launcher.launchURLInBrowser("https://discord.gg/AUzEvwn"); Launcher.launchURLInBrowser("https://discord.gg/u9vq7QE");
}, },
) )
)); ));

View File

@ -377,7 +377,7 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver, Ticker
title: Text("Contacts/Discussion"), title: Text("Contacts/Discussion"),
onTap: () { onTap: () {
Navigator.of(context).pop(); Navigator.of(context).pop();
Launcher.launchURLInBrowser("https://discord.gg/nd6FZQ"); Launcher.launchURLInBrowser("https://discord.gg/u9vq7QE");
}, },
), ),
new ListTile( new ListTile(