Merge branch 'show-all-activity-sessions' into merge-prod-into-main
This commit is contained in:
commit
268dd252fa
1 changed files with 3 additions and 1 deletions
|
|
@ -476,7 +476,9 @@ class _ActivityStatuses extends StatelessWidget {
|
|||
);
|
||||
},
|
||||
),
|
||||
trailing: const Icon(Icons.arrow_forward),
|
||||
trailing: space.isRoomAdmin
|
||||
? const Icon(Icons.arrow_forward)
|
||||
: null,
|
||||
onTap: space.isRoomAdmin ? () => onTap(roomId) : null,
|
||||
);
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue