From c40a496b6bc3cf04a42b2a1a51cd25c344bc450b Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Sat, 4 Apr 2020 09:59:31 +0000 Subject: [PATCH] Replace Spectrum with Discord --- README.md | 2 +- lib/pages/main/main.page.dart | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2bcd620..be8a94d 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/lib/pages/main/main.page.dart b/lib/pages/main/main.page.dart index 77d03ce..41a1760 100644 --- a/lib/pages/main/main.page.dart +++ b/lib/pages/main/main.page.dart @@ -435,11 +435,11 @@ class _MainPageState extends State 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(