Skip to content

Commit

Permalink
fix for dismissing a call when ending a call for everyone
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Nov 6, 2023
1 parent 709f078 commit ccb315a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Riot/Modules/Room/RoomViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -8053,7 +8053,7 @@ - (void)removeJitsiWidgetViewDidCompleteSliding:(RemoveJitsiWidgetView *)view
self.removeJitsiWidgetView.delegate = nil;

// end active call if exists
if ([self isRoomHavingAJitsiCallForWidgetId:jitsiWidget.widgetId])
if ([self isRoomHavingAJitsiCall])
{
[self endActiveJitsiCall];
}
Expand Down

0 comments on commit ccb315a

Please sign in to comment.