Replace Spectrum with Discord

This commit is contained in:
Yegor Vialov 2020-04-04 09:59:31 +00:00
parent a7c3b46061
commit c40a496b6b
2 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)
Discuss it on [Spectrum.chat](https://spectrum.chat/ha-client) or at [Home Assistant community](https://community.home-assistant.io/c/mobile-apps/ha-client-android)
Discuss it on [Discord](https://discord.gg/nd6FZQ) 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)

View File

@ -435,11 +435,11 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver, Ticker
},
),
new ListTile(
leading: Icon(MaterialDesignIcons.getIconDataFromIconName("mdi:forum")),
leading: Icon(MaterialDesignIcons.getIconDataFromIconName("mdi:discord")),
title: Text("Contacts/Discussion"),
onTap: () {
Navigator.of(context).pop();
Launcher.launchURL("https://spectrum.chat/ha-client");
Launcher.launchURL("https://discord.gg/nd6FZQ");
},
),
new ListTile(