Replace Discord with Spectrum

This commit is contained in:
Yegor Vialov 2019-12-10 19:54:02 +00:00
parent 36a05eb390
commit d1912a44c6

View File

@ -464,11 +464,11 @@ class _MainPageState extends ReceiveShareState<MainPage> with WidgetsBindingObse
}, },
), ),
new ListTile( new ListTile(
leading: Icon(MaterialDesignIcons.getIconDataFromIconName("mdi:discord")), leading: Icon(MaterialDesignIcons.getIconDataFromIconName("mdi:forum")),
title: Text("Join Discord channel"), title: Text("Contacts/Discussion"),
onTap: () { onTap: () {
Navigator.of(context).pop(); Navigator.of(context).pop();
Launcher.launchURL("https://discord.gg/AUzEvwn"); Launcher.launchURL("https://spectrum.chat/ha-client");
}, },
), ),
new AboutListTile( new AboutListTile(