mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-28 05:07:31 +10:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1022,6 +1022,7 @@ class MeshCoreConnector extends ChangeNotifier {
|
|||||||
await restoreLastCompanionScope();
|
await restoreLastCompanionScope();
|
||||||
await loadContactCache();
|
await loadContactCache();
|
||||||
await _loadDiscoveredContactCache();
|
await _loadDiscoveredContactCache();
|
||||||
|
notifyListeners();
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> _loadDiscoveredContactCache() async {
|
Future<void> _loadDiscoveredContactCache() async {
|
||||||
|
|||||||
Reference in New Issue
Block a user