clear identities before updating identity view to properly display identities on disconnect/reconnect

This commit is contained in:
Christopher Britton
2026-03-18 12:37:15 -04:00
parent e86af675ad
commit 331bfb07dc
+2 -2
View File
@@ -1480,8 +1480,8 @@ namespace ZitiDesktopEdge {
Application.Current.Properties.Add(key, status?.ApiPageSize);
} else {
Application.Current.Properties[key] = status?.ApiPageSize;
}
}
identities.Clear();
foreach (var id in status.Identities) {
updateViewWithIdentity(id);
}