2.0.0 #92

Merged
defnotken merged 171 commits from 2.0.0 into master 2025-12-21 17:19:36 +00:00
Showing only changes of commit 6734021b89 - Show all commits

View File

@@ -785,7 +785,7 @@ public class StandaloneProfileUi : WindowMediatorSubscriberBase
int memberCount = 0;
List<Pair>? groupMembers = null;
var snapshot = _pairUiService.GetSnapshot();
GroupFullInfoDto groupInfo = null;
GroupFullInfoDto? groupInfo = null;
if (_groupData is not null && snapshot.GroupsByGid.TryGetValue(_groupData.GID, out var refreshedGroupInfo))
{
groupInfo = refreshedGroupInfo;