fix: if activity is considered famous, don't revent to 'start activity' UI when a member leaves
This commit is contained in:
parent
c8a97b106f
commit
ba5ec37a9d
1 changed files with 1 additions and 0 deletions
|
|
@ -410,6 +410,7 @@ extension ActivityRoomExtension on Room {
|
|||
}
|
||||
|
||||
bool get isActivityStarted =>
|
||||
isActivityFinished ||
|
||||
(activityPlan?.roles.length ?? 0) - (assignedRoles?.length ?? 0) <= 0;
|
||||
|
||||
bool get isActivityFinished {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue