Defensive handling and NRE removal.

This commit is contained in:
defnotken
2025-10-14 10:33:44 -05:00
parent dae8127ac8
commit 7d480b9e2c
2 changed files with 7 additions and 3 deletions

View File

@@ -288,8 +288,6 @@ public class SyncshellFinderUI : WindowMediatorSubscriberBase
return;
}
var currentGids = _nearbySyncshells.Select(s => s.Group.GID).ToHashSet(StringComparer.Ordinal);
if (updatedList != null)
{
var previousGid = GetSelectedGid();