1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-22 12:59:21 +00:00
This commit is contained in:
Pierre HUBERT 2021-04-06 18:43:03 +02:00
parent 661475dec7
commit 5be678615c

View File

@ -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(),