mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 04:49:21 +00:00
Remove report group icon on groups list if user is already a member of the group
This commit is contained in:
parent
49a1098a28
commit
f624971717
@ -83,13 +83,11 @@ class _GroupsListScreenState extends SafeState<GroupsListScreen> {
|
||||
onPressed: () => _deleteGroup(g)),
|
||||
|
||||
// Report button
|
||||
srvConfig!.isReportingEnabled
|
||||
srvConfig!.isReportingEnabled && !g.isAtLeastMember
|
||||
? IconButton(
|
||||
visualDensity: VisualDensity.compact,
|
||||
onPressed: () => _reportGroup(g),
|
||||
icon: Icon(
|
||||
Icons.flag,
|
||||
size: 15.0,
|
||||
),
|
||||
)
|
||||
: Container()
|
||||
|
Loading…
Reference in New Issue
Block a user