From 78d08afb47dca54e2cb407ee76460fb34ea61689 Mon Sep 17 00:00:00 2001 From: Winston Lowe Date: Mon, 11 May 2026 18:00:29 -0700 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- lib/connector/meshcore_connector.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/connector/meshcore_connector.dart b/lib/connector/meshcore_connector.dart index 80a36757..5845528e 100644 --- a/lib/connector/meshcore_connector.dart +++ b/lib/connector/meshcore_connector.dart @@ -1022,6 +1022,7 @@ class MeshCoreConnector extends ChangeNotifier { await restoreLastCompanionScope(); await loadContactCache(); await _loadDiscoveredContactCache(); + notifyListeners(); } Future _loadDiscoveredContactCache() async {