diff --git a/LIBCWTCH-GO.version b/LIBCWTCH-GO.version index 27c2c985..bb47a353 100644 --- a/LIBCWTCH-GO.version +++ b/LIBCWTCH-GO.version @@ -1 +1 @@ -2023-09-19-17-02-v0.0.8 \ No newline at end of file +2023-09-24-09-56-v0.0.8-1-gb80db89 \ No newline at end of file diff --git a/lib/cwtch/cwtchNotifier.dart b/lib/cwtch/cwtchNotifier.dart index f5e79355..e66bbdcd 100644 --- a/lib/cwtch/cwtchNotifier.dart +++ b/lib/cwtch/cwtchNotifier.dart @@ -1,4 +1,5 @@ import 'dart:convert'; +import 'package:cwtch/cwtch/cwtch.dart'; import 'package:cwtch/main.dart'; import 'package:cwtch/models/appstate.dart'; import 'package:cwtch/models/contact.dart'; @@ -62,6 +63,7 @@ class CwtchNotifier { // EnvironmentConfig.debugLog("NewEvent $type $data"); switch (type) { case "CwtchStarted": + flwtchState.cwtch.LoadProfiles(DefaultPassword); appState.SetCwtchInit(); break; case "CwtchStartError":