fix: don't show end activity button until activity has started (#4134)
This commit is contained in:
parent
ffb2ec503f
commit
70bfe0feef
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ void chatContextMenuAction(
|
|||
),
|
||||
),
|
||||
],
|
||||
if (room.isActiveInActivity)
|
||||
if (room.isActiveInActivity && room.activityHasStarted)
|
||||
PopupMenuItem(
|
||||
value: ChatContextAction.endActivity,
|
||||
child: Row(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue