fix: don't show end activity button until activity has started (#4134)

This commit is contained in:
ggurdin 2025-09-25 12:01:09 -04:00 committed by GitHub
parent ffb2ec503f
commit 70bfe0feef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -147,7 +147,7 @@ void chatContextMenuAction(
),
),
],
if (room.isActiveInActivity)
if (room.isActiveInActivity && room.activityHasStarted)
PopupMenuItem(
value: ChatContextAction.endActivity,
child: Row(