From 953971980f7817784d31aa31b82f37461b47cafc Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Wed, 9 Feb 2022 13:58:40 -0800 Subject: [PATCH 1/2] Allow cwtch: prefix --- lib/views/addcontactview.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/addcontactview.dart b/lib/views/addcontactview.dart index 49edc309..d76cd2c4 100644 --- a/lib/views/addcontactview.dart +++ b/lib/views/addcontactview.dart @@ -153,7 +153,7 @@ class _AddContactViewState extends State { }, onChanged: (String importBundle) async { var profileOnion = Provider.of(context, listen: false).onion; - Provider.of(context, listen: false).cwtch.ImportBundle(profileOnion, importBundle); + Provider.of(context, listen: false).cwtch.ImportBundle(profileOnion, importBundle.replaceFirst("cwtch:", "")); Future.delayed(const Duration(milliseconds: 500), () { if (globalErrorHandler.importBundleSuccess) { From f1688c5f8ff65bb398e40bf9933cb4c829714947 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Wed, 9 Feb 2022 14:29:26 -0800 Subject: [PATCH 2/2] upgrade lcg --- LIBCWTCH-GO-MACOS.version | 2 +- LIBCWTCH-GO.version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LIBCWTCH-GO-MACOS.version b/LIBCWTCH-GO-MACOS.version index 8d933ead..bfd6cf77 100644 --- a/LIBCWTCH-GO-MACOS.version +++ b/LIBCWTCH-GO-MACOS.version @@ -1 +1 @@ -2022-02-08-17-36-v1.5.4-41-gd0d5300 \ No newline at end of file +2022-02-09-16-27-v1.5.4-43-ga6277fc \ No newline at end of file diff --git a/LIBCWTCH-GO.version b/LIBCWTCH-GO.version index fc00f018..51c1b3bb 100644 --- a/LIBCWTCH-GO.version +++ b/LIBCWTCH-GO.version @@ -1 +1 @@ -2022-02-08-22-37-v1.5.4-41-gd0d5300 \ No newline at end of file +2022-02-09-21-24-v1.5.4-43-ga6277fc \ No newline at end of file