From 5be678615c1d6687721633e015f311a9ea0d3ea6 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 6 Apr 2021 18:43:03 +0200 Subject: [PATCH] Fix bug --- lib/ui/screens/group_sections/about_group_section.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ui/screens/group_sections/about_group_section.dart b/lib/ui/screens/group_sections/about_group_section.dart index d3c4c8a..a3b325e 100644 --- a/lib/ui/screens/group_sections/about_group_section.dart +++ b/lib/ui/screens/group_sections/about_group_section.dart @@ -37,7 +37,6 @@ class AboutGroupSection extends StatelessWidget { leading: Icon(Icons.note), title: Text(tr("Description")), subtitle: Text(group.description), - onTap: () => launch(group.description), ) : Container(),