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 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) {