mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Fix bug
This commit is contained in:
parent
661475dec7
commit
5be678615c
@ -37,7 +37,6 @@ class AboutGroupSection extends StatelessWidget {
|
|||||||
leading: Icon(Icons.note),
|
leading: Icon(Icons.note),
|
||||||
title: Text(tr("Description")),
|
title: Text(tr("Description")),
|
||||||
subtitle: Text(group.description),
|
subtitle: Text(group.description),
|
||||||
onTap: () => launch(group.description),
|
|
||||||
)
|
)
|
||||||
: Container(),
|
: Container(),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user