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 {