Replace Discord with Spectrum
This commit is contained in:
		| @@ -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( | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user