diff --git a/LIBCWTCH-GO.version b/LIBCWTCH-GO.version index 7c87051..1fab60d 100644 --- a/LIBCWTCH-GO.version +++ b/LIBCWTCH-GO.version @@ -1 +1 @@ -v0.0.2-80-g08b1b19-2021-06-17-00-00 \ No newline at end of file +v0.0.2-85-gffaca8d-2021-06-17-20-55 diff --git a/lib/cwtch/cwtchNotifier.dart b/lib/cwtch/cwtchNotifier.dart index a8bb81a..4b576be 100644 --- a/lib/cwtch/cwtchNotifier.dart +++ b/lib/cwtch/cwtchNotifier.dart @@ -65,7 +65,6 @@ class CwtchNotifier { if (serverInfoState != null) { status = serverInfoState.status; } - if (profileCN.getProfile(data["ProfileOnion"])?.contactList.getContact(data["GroupID"]) == null) { profileCN.getProfile(data["ProfileOnion"])?.contactList.add(ContactInfoState(data["ProfileOnion"], data["GroupID"], isInvitation: false, imagePath: data["PicturePath"], nickname: data["GroupName"], status: status, server: data["GroupServer"], isGroup: true, lastMessageTime: DateTime.now())); diff --git a/lib/main.dart b/lib/main.dart index 7589d12..40f87c0 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -86,7 +86,6 @@ class FlwtchState extends State { @override Widget build(BuildContext context) { - print("build()"); //appStatus = AppModel(cwtch: cwtch); globalSettings.initPackageInfo(); return MultiProvider(